Release package version 0.0.04
All checks were successful
CI / build (push) Successful in 23s

Support for render ImageBitmap
This commit is contained in:
Andrey Kernichniy 2026-03-14 18:16:22 +07:00
parent 3c3b13e22f
commit c0150f85fa
5 changed files with 40 additions and 19 deletions

18
package-lock.json generated
View file

@ -9,8 +9,8 @@
"version": "0.0.0",
"license": "ISC",
"dependencies": {
"@gxc-solutions/math": "^0.0.1",
"@gxc-solutions/renderer-base": "^0.0.9"
"@gxc-solutions/math": "^0.0.2",
"@gxc-solutions/renderer-base": "^0.0.10"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
@ -696,16 +696,16 @@
}
},
"node_modules/@gxc-solutions/math": {
"version": "0.0.1",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/math/-/math-0.0.1.tgz",
"integrity": "sha512-m6lxTkjXkyaUoI3+cJKpgt/AQlyApLSJ2p9D2EJ9+XzHCSjOWs29GzczPLgopYdLEWYN/YPr77V4CScGpR7qxw=="
"version": "0.0.2",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/math/-/math-0.0.2.tgz",
"integrity": "sha512-R6zYvbspis+XoHZ7lwyVLAUGZkJwivbeo94VtN7cSZzOA86AgVev+UQeHt9S1Ua4d1FwgxYVasck1/l5WXR7CQ=="
},
"node_modules/@gxc-solutions/renderer-base": {
"version": "0.0.9",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/renderer-base/-/renderer-base-0.0.9.tgz",
"integrity": "sha512-aLu3eTyzDcGQw+FsYt25MNg/6gNORXa8FynUX5rtEFinmdFEDdqxOr08dhFViw1FIT3ZdYtJbY9aegFK3V/OcA==",
"version": "0.0.10",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/renderer-base/-/renderer-base-0.0.10.tgz",
"integrity": "sha512-DaGo2ii+Vqz5Mk20zXwNXMpxMCoF7fE8EbC+V37qEu+b/YVLtk7/N//1PyMl43hIIMlGNRps81dfJhPkCgSbdQ==",
"peerDependencies": {
"@gxc-solutions/math": "^0.0.1"
"@gxc-solutions/math": "^0.0.2"
}
},
"node_modules/@humanfs/core": {