@orangecatai/adgen-canvas 0.0.11 → 0.0.13
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/dist/dev/{chunk-WPLXSZYF.js → chunk-SL25BHFI.js} +3 -3
- package/dist/dev/{chunk-L2SRPAV4.js → chunk-SNMJI5ML.js} +2 -2
- package/dist/dev/data/{image-OGBTIAY6.js → image-AVAYTNBV.js} +3 -3
- package/dist/dev/index.js +27 -7
- package/dist/dev/index.js.map +2 -2
- package/dist/dev/subset-shared.chunk.js +1 -1
- package/dist/dev/subset-worker.chunk.js +1 -1
- package/dist/prod/{chunk-CH6IVVSC.js → chunk-FULLOQ2T.js} +2 -2
- package/dist/prod/{chunk-JCRT6UGN.js → chunk-IILTKGTJ.js} +1 -1
- package/dist/prod/data/image-DGJEUTGP.js +1 -0
- package/dist/prod/index.js +45 -45
- package/dist/prod/subset-shared.chunk.js +1 -1
- package/dist/prod/subset-worker.chunk.js +1 -1
- package/dist/types/excalidraw/types.d.ts +5 -0
- package/package.json +1 -1
- package/dist/prod/data/image-5RHEPPT6.js +0 -1
- /package/dist/dev/{chunk-WPLXSZYF.js.map → chunk-SL25BHFI.js.map} +0 -0
- /package/dist/dev/{chunk-L2SRPAV4.js.map → chunk-SNMJI5ML.js.map} +0 -0
- /package/dist/dev/data/{image-OGBTIAY6.js.map → image-AVAYTNBV.js.map} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d}from"./chunk-Z5NKEFVG.js";import"./chunk-
|
|
1
|
+
import{a,b,c,d}from"./chunk-Z5NKEFVG.js";import"./chunk-IILTKGTJ.js";import"./chunk-SRAX5OIU.js";export{a as Commands,b as subsetToBase64,c as subsetToBinary,d as toBase64};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as r,c as t}from"./chunk-Z5NKEFVG.js";import"./chunk-
|
|
1
|
+
import{a as r,c as t}from"./chunk-Z5NKEFVG.js";import"./chunk-IILTKGTJ.js";import"./chunk-SRAX5OIU.js";var s=import.meta.url?new URL(import.meta.url):void 0;typeof window>"u"&&typeof self<"u"&&(self.onmessage=async e=>{switch(e.data.command){case r.Subset:let a=await t(e.data.arrayBuffer,e.data.codePoints);self.postMessage(a,{transfer:[a]});break}});export{s as WorkerUrl};
|
|
@@ -571,6 +571,11 @@ export interface ExcalidrawProps {
|
|
|
571
571
|
* When provided, takes precedence over the VITE_APP_LEONARDO_API_KEY env variable.
|
|
572
572
|
*/
|
|
573
573
|
leonardoApiKey?: string;
|
|
574
|
+
/**
|
|
575
|
+
* OpenRouter API key for auto-resize layout planning.
|
|
576
|
+
* When provided, takes precedence over the VITE_APP_OPEN_ROUTER_API_KEY env variable.
|
|
577
|
+
*/
|
|
578
|
+
openRouterApiKey?: string;
|
|
574
579
|
/**
|
|
575
580
|
* remove.bg API key for the remove background toolbar action.
|
|
576
581
|
* When provided, takes precedence over the VITE_APP_REMOVE_BG_API_KEY env variable.
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{T as a,U as b,V as c}from"../chunk-CH6IVVSC.js";import"../chunk-JCRT6UGN.js";import"../chunk-SRAX5OIU.js";export{c as decodePngMetadata,b as encodePngMetadata,a as getTEXtChunk};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|