@kitschpatrol/tldraw-cli 4.6.28 → 4.6.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +2 -2
- package/dist/.DS_Store +0 -0
- package/dist/lib/inline/get-image.d.ts +1 -1
- package/dist/lib/tldraw-to-image.d.ts +1 -1
- package/dist/tldraw/assets/{index-Cg19E2b-.js → index-B6B9QXXc.js} +64 -64
- package/dist/tldraw/index.html +1 -1
- package/package.json +3 -3
- package/readme.md +20 -16
package/bin/cli.js
CHANGED
|
@@ -23659,7 +23659,7 @@ import yargs from "yargs";
|
|
|
23659
23659
|
import { hideBin } from "yargs/helpers";
|
|
23660
23660
|
|
|
23661
23661
|
// package.json
|
|
23662
|
-
var version = "4.6.
|
|
23662
|
+
var version = "4.6.29";
|
|
23663
23663
|
|
|
23664
23664
|
// node_modules/.pnpm/nanoid@5.0.9/node_modules/nanoid/index.js
|
|
23665
23665
|
import { webcrypto as crypto } from "node:crypto";
|
|
@@ -41538,7 +41538,7 @@ await yargsInstance.scriptName("tldraw").command("$0 <command>", "CLI tools for
|
|
|
41538
41538
|
type: "string"
|
|
41539
41539
|
}).option("format", {
|
|
41540
41540
|
alias: "f",
|
|
41541
|
-
choices: ["png", "svg", "
|
|
41541
|
+
choices: ["png", "svg", "tldr"],
|
|
41542
41542
|
default: "svg",
|
|
41543
41543
|
describe: "Output image format.",
|
|
41544
41544
|
type: "string"
|
package/dist/.DS_Store
ADDED
|
Binary file
|