refacto ts + ajout de dessin simple + ajout pinceau

WIP lib graphique
This commit is contained in:
Marc
2022-02-08 13:35:49 +01:00
parent a3547ac244
commit 47e764132f
13 changed files with 255 additions and 66 deletions
+7
View File
@@ -0,0 +1,7 @@
import { Bitmap } from '@jimp/core'
declare global {
interface Pencil extends Bitmap {
color: number[],
}
}