Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
types: start
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte committed Jul 25, 2022
1 parent 9b109d3 commit ec89912
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/graphics/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export interface RenderOptions {
rectBrightnessMax: number
rectAlphaMin: number
rectAlphaMax: number
rectWidthPercentMin: number
rectWidthPercentMax: number
rectHeightPercentMin: number
rectHeightPercentMax: number
matrixBrightnessMin: number
matrixBrightnessMax: number
matrixAlphaMin: number
Expand Down

0 comments on commit ec89912

Please sign in to comment.