Skip to content

Commit

Permalink
perf render (#5)
Browse files Browse the repository at this point in the history
* no need draw border

* perf: add font cache

* fallback higlight

* chore: remove log

* feat: using mask as highlight

* clean code

* feat: add scope effect

* clean code

* cache
  • Loading branch information
nonzzz authored Nov 17, 2024
1 parent 9d97838 commit b2e454e
Show file tree
Hide file tree
Showing 13 changed files with 29,360 additions and 1,178 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
JK = @pnpm exec jiek --root .

bootstrap:
@echo "Install dependiences"
corepack enable
Expand All @@ -6,7 +8,8 @@ bootstrap:

build-lib:
@echo "Build library"
@pnpm exec rollup --config rollup.config.mts --configPlugin swc3
-rm -rf dist
$(JK) build

dev-server:
@echo "Start dev server"
Expand Down
Loading

0 comments on commit b2e454e

Please sign in to comment.