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
@@ -1,3 +1,7 @@
//@ts-check
/**
* @type {{ [key: string]: string[] }}
*/
const aliases = {
ls: ["ls", "--color"]
}