Release package version 0.0.2
Some checks failed
CI / build (push) Failing after 16s

Added base rendering
This commit is contained in:
Andrey Kernichniy 2026-03-07 23:02:31 +07:00
parent 63818eb2b8
commit a100988848
7 changed files with 587 additions and 85 deletions

View file

@ -1,5 +1,5 @@
{
"name": "template-of-lib-repo",
"name": "renderer-canvas-2d",
"version": "0.0.0",
"main": "index.js",
"scripts": {
@ -32,6 +32,6 @@
},
"dependencies": {
"@gxc-solutions/math": "^0.0.1",
"@gxc-solutions/renderer-base": "^0.0.3"
"@gxc-solutions/renderer-base": "^0.0.9"
}
}