Skip to content

Commit

Permalink
Merge pull request #45 from mattrothenberg/main
Browse files Browse the repository at this point in the history
feat: update index.d.ts
  • Loading branch information
shuding authored Sep 17, 2022
2 parents c2664cf + 1f1cd98 commit bfcd2f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ export interface COBEOptions {
theta: number
mapSamples: number
mapBrightness: number
mapBaseBrightness?: number
baseColor: [number, number, number]
markerColor: [number, number, number]
glowColor: [number, number, number]
markers: Marker[]
diffuse: number
devicePixelRatio: number
dark: number
opacity?: number
offset?: [number, number]
scale?: number
}
Expand Down

1 comment on commit bfcd2f4

@vercel
Copy link

@vercel vercel bot commented on bfcd2f4 Sep 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.