release v0.1.0

This commit is contained in:
2026-07-16 11:06:52 +08:00
commit fe618c19d5
4 changed files with 899 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "ff-worker-pipe",
"version": "0.1.0",
"type": "module",
"exports": {
"./worker": "./worker.js",
"./main": "./main.js"
}
}