Skip to content

Commit

Permalink
More efficient way to draw text
Browse files Browse the repository at this point in the history
  • Loading branch information
luxluth committed Jul 13, 2023
1 parent 0ed0585 commit fd5b3ec
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 284 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "dist/index.d.ts",
"browser": "dist/ass.min.js",
"scripts": {
"build": "pnpm run build:normal &&pnpm run build:minify",
"build": "pnpm run build:normal && pnpm run build:minify",
"build:normal": "tsup src/index.ts --format esm,cjs",
"build:minify": "tsup src/index.ts --format iife",
"dev": "tsup src/index.ts --format esm,cjs --watch",
Expand Down
Loading

0 comments on commit fd5b3ec

Please sign in to comment.