mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 12:11:53 +00:00
feat: Capture in 350x350px
This commit is contained in:
parent
73824f3aec
commit
cc3c3b2d75
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
export const GIF_WIDTH = 200
|
||||
export const GIF_WIDTH = 350
|
||||
export const GIF_HEIGHT = GIF_WIDTH
|
||||
export const GIF_FRAME_RATE = 10
|
||||
export const GIF_PALETTE_SIZE = 255
|
||||
export const GIF_PALETTE_SIZE = 255
|
||||
|
|
Loading…
Reference in a new issue