@lvce-editor/renderer-process 21.18.0 → 21.19.0
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.
|
@@ -247,6 +247,7 @@ const Html$1 = 'html';
|
|
|
247
247
|
const Head$1 = 'head';
|
|
248
248
|
const Title$1 = 'title';
|
|
249
249
|
const Meta$1 = 'meta';
|
|
250
|
+
const Canvas$1 = 'canvas';
|
|
250
251
|
const Audio$1$1 = 0;
|
|
251
252
|
const Button$1 = 1;
|
|
252
253
|
const Col$1 = 2;
|
|
@@ -308,6 +309,7 @@ const Html = 73;
|
|
|
308
309
|
const Head = 74;
|
|
309
310
|
const Title = 75;
|
|
310
311
|
const Meta = 76;
|
|
312
|
+
const Canvas = 77;
|
|
311
313
|
const Reference$1 = 100;
|
|
312
314
|
const VirtualDomElements$1 = {
|
|
313
315
|
__proto__: null,
|
|
@@ -327,6 +329,8 @@ const getElementTag$1 = type => {
|
|
|
327
329
|
return Br$2;
|
|
328
330
|
case Button$1:
|
|
329
331
|
return Button$2;
|
|
332
|
+
case Canvas:
|
|
333
|
+
return Canvas$1;
|
|
330
334
|
case Cite$1:
|
|
331
335
|
return Cite$2;
|
|
332
336
|
case Code$1:
|