Skip to content

Commit fe711a7

Browse files
chore: release v0.21.0
1 parent 4ffe693 commit fe711a7

14 files changed

Lines changed: 62 additions & 26 deletions

File tree

.tegami/cli-and-text-to-svg.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.tegami/engine-to-svg-export.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.tegami/publish-lock.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
core:changelogs:
2+
- content: "---\npackages:\n tegaki:\n type: minor\n---\n\n## Add `TegakiEngine.toSVG()` and a `canvas` accessor\n\nThe engine can now serialize its current text to a standalone SVG string via `toSVG({ animated, loop })` — either self-drawing (SMIL mask reveal, variable stroke width) or looping (CSS keyframes, constant width), with the viewBox cropped to the ink. The backing `<canvas>` is also exposed through a `canvas` getter so export tooling can read pixels without reaching through the DOM.\n"
3+
filename: engine-to-svg-export.md
4+
v: 0.0.0
5+
- content: "---\npackages:\n tegaki:\n type: minor\n---\n\n## Add a `tegaki` CLI and a `textToSvg()` export\n\n`npx tegaki` renders text to an animated handwriting SVG straight from the command line. The same output is available programmatically through the new `textToSvg()` export, along with its `TextToSvgMode` and `TextToSvgOptions` types.\n"
6+
filename: cli-and-text-to-svg.md
7+
v: 0.0.0
8+
core:packages:
9+
- id: npm:@tegaki/root
10+
updated: true
11+
- changelogIds:
12+
- engine-to-svg-export.md
13+
- cli-and-text-to-svg.md
14+
id: npm:tegaki
15+
updated: true
16+
- id: npm:@tegaki/website
17+
updated: true
18+
- id: npm:tegaki-generator
19+
updated: true
20+
- id: npm:@tegaki/example-e2e
21+
updated: true
22+
- id: npm:@tegaki/example-next
23+
updated: true
24+
- id: npm:@tegaki/example-nuxt
25+
updated: true
26+
- id: npm:@tegaki/example-remotion
27+
updated: true
28+
- id: npm:@tegaki/example-vite
29+
updated: true
30+
- id: npm:hyperframes
31+
updated: true
32+
npm:packages:
33+
- id: npm:@tegaki/root
34+
- id: npm:tegaki
35+
- id: npm:@tegaki/website
36+
- id: npm:tegaki-generator
37+
- id: npm:@tegaki/example-e2e
38+
- id: npm:@tegaki/example-next
39+
- id: npm:@tegaki/example-nuxt
40+
- id: npm:@tegaki/example-remotion
41+
- id: npm:@tegaki/example-vite
42+
- id: npm:hyperframes

e2e/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tegaki/example-e2e",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/hyperframes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"render": "npx --yes hyperframes@0.5.3 render",
99
"publish": "npx --yes hyperframes@0.5.3 publish"
1010
},
11-
"version": "0.19.0"
11+
"version": "0.20.0"
1212
}

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tegaki/example-next",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tegaki/example-nuxt",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/remotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tegaki/example-remotion",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tegaki/example-vite",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tegaki/root",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"private": true,
55
"type": "module",
66
"workspaces": [

0 commit comments

Comments
 (0)