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

Support ImageData
This commit is contained in:
Andrey Kernichniy 2026-03-15 01:00:19 +07:00
parent c0150f85fa
commit 6e062dcadb
6 changed files with 38 additions and 17 deletions

16
package-lock.json generated
View file

@ -9,8 +9,8 @@
"version": "0.0.0",
"license": "ISC",
"dependencies": {
"@gxc-solutions/math": "^0.0.2",
"@gxc-solutions/renderer-base": "^0.0.10"
"@gxc-solutions/math": "^0.0.3",
"@gxc-solutions/renderer-base": "^0.0.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
@ -696,14 +696,14 @@
}
},
"node_modules/@gxc-solutions/math": {
"version": "0.0.2",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/math/-/math-0.0.2.tgz",
"integrity": "sha512-R6zYvbspis+XoHZ7lwyVLAUGZkJwivbeo94VtN7cSZzOA86AgVev+UQeHt9S1Ua4d1FwgxYVasck1/l5WXR7CQ=="
"version": "0.0.3",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/math/-/math-0.0.3.tgz",
"integrity": "sha512-B39/C/3YzfSbLgsf0sBpZILTSO8TIZVbh6tv3pXulG1qDL1tg41mLjp7M263MsC7ARzj7ME8WWsniBj0C4L+XA=="
},
"node_modules/@gxc-solutions/renderer-base": {
"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==",
"version": "0.0.11",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/renderer-base/-/renderer-base-0.0.11.tgz",
"integrity": "sha512-JD3ubs5TA7eDV3zqMKx5c3in5/9z9C3YdK0e2cgWya8/LT/HoLl6RdbLqZ0I4xngRksyd/clSoXCWcbtROj8kg==",
"peerDependencies": {
"@gxc-solutions/math": "^0.0.2"
}