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
@@ -10,7 +10,13 @@ async function init() {
mount("dummy", "/tmp", "tmpfs", flags.MS_NODEV, "")
}
/**
* @type { string[] }
*/
const after = [] // list of init script to load before
/**
* @type { string[] }
*/
const before = []
module.exports = {