Skip to content

Commit

Permalink
add wasm file to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hadeeb authored and yisibl committed Jan 16, 2023
1 parent d306795 commit 740a991
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
".": {
"import": "./index.mjs",
"default": "./index.js"
}
},
"./index_bg.wasm": "./index_bg.wasm"
},
"files": [
"index_bg.wasm",
Expand Down

1 comment on commit 740a991

@vercel
Copy link

@vercel vercel bot commented on 740a991 Jan 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

resvg-js – ./

resvg-js.vercel.app
resvg-js-yisibl.vercel.app
resvg-js-git-main-yisibl.vercel.app

Please sign in to comment.