Skip to content

Commit

Permalink
web: add speechbubble post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed Jan 4, 2024
1 parent 568083d commit 07d3f63
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 177 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
},
"dependencies": {
"@fontsource/jetbrains-mono": "^5.0.2",
"@fontsource/roboto-slab": "^5.0.2"
"@fontsource/roboto-slab": "^5.0.2",
"@nzbr/parcel-transformer-postprocess-html": "github:nzbr/parcel-transformer-postprocess-html",
"base16-builder": "^1.3.0"
},
"peerDependencies": {
"sharp": "^0.31.1"
},
"devDependencies": {
"base16-builder": "^1.3.0"
"@types/node": "^20.10.6",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 07d3f63

Please sign in to comment.