chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:22:52 +08:00
commit 9d4c7d16ba
528 changed files with 740585 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
## Starting the dev server (for local development)
<pre>
npm run dev
</pre>
## Building the package
<pre>
npm run build
</pre>
## Publishing the package to npm
A new shapjs version can be published to [npm](https://www.npmjs.com/package/shapjs):
<pre>
npm run pub
</pre>