mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2026-01-15 09:52:34 +00:00
fix: expose render functions.
This commit is contained in:
parent
c703b1870a
commit
d53e627440
2 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@textplace/core",
|
"name": "@textplace/core",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"exports": "./src/mod.ts",
|
"exports": "./src/mod.ts",
|
||||||
"imports": {
|
"imports": {
|
||||||
"@std/cli": "jsr:@std/cli@1"
|
"@std/cli": "jsr:@std/cli@1"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,9 @@
|
||||||
export * from "./types/board";
|
export * from "./types/board";
|
||||||
export * from "./types/section";
|
|
||||||
export * from "./types/change";
|
export * from "./types/change";
|
||||||
|
export * from "./types/render";
|
||||||
|
export * from "./types/section";
|
||||||
|
|
||||||
export * from "./logic/board";
|
export * from "./logic/board";
|
||||||
export * from "./logic/section";
|
|
||||||
export * from "./logic/character";
|
export * from "./logic/character";
|
||||||
|
export * from "./logic/render";
|
||||||
|
export * from "./logic/section";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue