mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2026-01-15 01:42:34 +00:00
refactor: extract render entrypoint & add cropRender function
This commit is contained in:
parent
d97546f47c
commit
c703b1870a
16 changed files with 630 additions and 181 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"name": "@textplace/core",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "The core logic of TextPlace.",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/TextPlace/CoreTextPlace"
|
||||
|
|
@ -12,7 +13,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "vitest",
|
||||
"build": "obuild"
|
||||
"build": "obuild",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue