@orangecatai/adgen-canvas 0.0.16 → 0.0.18
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-4VEZT6GV.js → chunk-MCENPNB7.js} +2 -2
- package/dist/dev/{chunk-UJP3DIYP.js → chunk-V5POPSPR.js} +3 -3
- package/dist/dev/data/{image-PZBTJSVV.js → image-5TNF6BOW.js} +3 -3
- package/dist/dev/index.js +38 -5
- 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-62H5HX6J.js → chunk-OH4MQBSI.js} +1 -1
- package/dist/prod/{chunk-VXQSQDGS.js → chunk-TDDASSRC.js} +2 -2
- package/dist/prod/data/image-3TR7TIWR.js +1 -0
- package/dist/prod/index.js +22 -22
- 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 +1 -1
- package/package.json +1 -1
- package/dist/prod/data/image-REZEAPVS.js +0 -1
- /package/dist/dev/{chunk-4VEZT6GV.js.map → chunk-MCENPNB7.js.map} +0 -0
- /package/dist/dev/{chunk-UJP3DIYP.js.map → chunk-V5POPSPR.js.map} +0 -0
- /package/dist/dev/data/{image-PZBTJSVV.js.map → image-5TNF6BOW.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-OH4MQBSI.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-OH4MQBSI.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};
|
|
@@ -699,7 +699,7 @@ export interface ExcalidrawProps {
|
|
|
699
699
|
/**
|
|
700
700
|
* List brand templates, optionally filtered by campaignTag.
|
|
701
701
|
*/
|
|
702
|
-
onListBrandTemplates?: (
|
|
702
|
+
onListBrandTemplates?: (keywords?: string[]) => Promise<Array<{
|
|
703
703
|
id: string;
|
|
704
704
|
name: string;
|
|
705
705
|
campaignTag?: string;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{T as a,U as b,V as c}from"../chunk-VXQSQDGS.js";import"../chunk-62H5HX6J.js";import"../chunk-SRAX5OIU.js";export{c as decodePngMetadata,b as encodePngMetadata,a as getTEXtChunk};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|