feat(README, filledDataView, sizedDataView)

This commit is contained in:
2025-08-08 12:32:55 +03:00
parent c5c0c17db2
commit c3e0e286a8
17 changed files with 322 additions and 30 deletions

View File

@ -11,7 +11,9 @@
"type": "module",
"main": "dist/index.js",
"files": [
"dist"
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "npx esbuild src/index.js --bundle --minify --outfile=dist/index.js --format=esm && npx rollup -c",