Skip to content

Commit

Permalink
feat: add style.css to enhanced-typst-svg bundle (#632)
Browse files Browse the repository at this point in the history
Also wrapper the code with an anonymous function to avoid global scope pollution.
  • Loading branch information
seven-mile authored Jan 11, 2025
1 parent aa59795 commit 5fa8e28
Show file tree
Hide file tree
Showing 3 changed files with 897 additions and 714 deletions.
5 changes: 2 additions & 3 deletions packages/enhanced-typst-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
"renderer"
],
"repository": "https://github.com/Myriad-Dreamin/typst.ts",
"main": "dist/index.js",
"files": [
"dist/index.js",
"dist/index.min.js"
"dist/index.min.js",
"dist/style.css"
],
"peerDependencies": {},
"scripts": {
Expand Down
Loading

0 comments on commit 5fa8e28

Please sign in to comment.