@tsparticles/shape-text 4.0.1 → 4.0.3
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/browser/index.js +1 -1
- package/browser/index.lazy.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.lazy.js +1 -1
- package/esm/index.js +1 -1
- package/esm/index.lazy.js +1 -1
- package/package.json +6 -4
- package/report.html +1 -1
- package/tsparticles.shape.text.js +2 -2
- package/tsparticles.shape.text.min.js +1 -1
package/browser/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TextDrawer } from "./TextDrawer.js";
|
|
2
2
|
import { validTypes } from "./Utils.js";
|
|
3
3
|
export async function loadTextShape(engine) {
|
|
4
|
-
engine.checkVersion("4.0.
|
|
4
|
+
engine.checkVersion("4.0.3");
|
|
5
5
|
await engine.pluginManager.register(e => {
|
|
6
6
|
e.pluginManager.addShape(validTypes, () => Promise.resolve(new TextDrawer()));
|
|
7
7
|
});
|
package/browser/index.lazy.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { validTypes } from "./Utils.js";
|
|
2
2
|
export async function loadTextShape(engine) {
|
|
3
|
-
engine.checkVersion("4.0.
|
|
3
|
+
engine.checkVersion("4.0.3");
|
|
4
4
|
await engine.pluginManager.register(e => {
|
|
5
5
|
e.pluginManager.addShape(validTypes, async () => {
|
|
6
6
|
const { TextDrawer } = await import("./TextDrawer.js");
|
package/cjs/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TextDrawer } from "./TextDrawer.js";
|
|
2
2
|
import { validTypes } from "./Utils.js";
|
|
3
3
|
export async function loadTextShape(engine) {
|
|
4
|
-
engine.checkVersion("4.0.
|
|
4
|
+
engine.checkVersion("4.0.3");
|
|
5
5
|
await engine.pluginManager.register(e => {
|
|
6
6
|
e.pluginManager.addShape(validTypes, () => Promise.resolve(new TextDrawer()));
|
|
7
7
|
});
|
package/cjs/index.lazy.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { validTypes } from "./Utils.js";
|
|
2
2
|
export async function loadTextShape(engine) {
|
|
3
|
-
engine.checkVersion("4.0.
|
|
3
|
+
engine.checkVersion("4.0.3");
|
|
4
4
|
await engine.pluginManager.register(e => {
|
|
5
5
|
e.pluginManager.addShape(validTypes, async () => {
|
|
6
6
|
const { TextDrawer } = await import("./TextDrawer.js");
|
package/esm/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TextDrawer } from "./TextDrawer.js";
|
|
2
2
|
import { validTypes } from "./Utils.js";
|
|
3
3
|
export async function loadTextShape(engine) {
|
|
4
|
-
engine.checkVersion("4.0.
|
|
4
|
+
engine.checkVersion("4.0.3");
|
|
5
5
|
await engine.pluginManager.register(e => {
|
|
6
6
|
e.pluginManager.addShape(validTypes, () => Promise.resolve(new TextDrawer()));
|
|
7
7
|
});
|
package/esm/index.lazy.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { validTypes } from "./Utils.js";
|
|
2
2
|
export async function loadTextShape(engine) {
|
|
3
|
-
engine.checkVersion("4.0.
|
|
3
|
+
engine.checkVersion("4.0.3");
|
|
4
4
|
await engine.pluginManager.register(e => {
|
|
5
5
|
e.pluginManager.addShape(validTypes, async () => {
|
|
6
6
|
const { TextDrawer } = await import("./TextDrawer.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/shape-text",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "tsParticles text shape",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
@@ -65,11 +65,13 @@
|
|
|
65
65
|
"./package.json": "./package.json"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"@tsparticles/
|
|
69
|
-
"@tsparticles/engine": "4.0.1"
|
|
68
|
+
"@tsparticles/engine": "4.0.3"
|
|
70
69
|
},
|
|
71
70
|
"publishConfig": {
|
|
72
71
|
"access": "public"
|
|
73
72
|
},
|
|
74
|
-
"type": "module"
|
|
73
|
+
"type": "module",
|
|
74
|
+
"dependencies": {
|
|
75
|
+
"@tsparticles/canvas-utils": "4.0.3"
|
|
76
|
+
}
|
|
75
77
|
}
|
package/report.html
CHANGED
|
@@ -4930,7 +4930,7 @@ var drawChart = (function (exports) {
|
|
|
4930
4930
|
</script>
|
|
4931
4931
|
<script>
|
|
4932
4932
|
/*<!--*/
|
|
4933
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"tsparticles.shape.text.js","children":[{"name":"dist/browser","children":[{"uid":"
|
|
4933
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"tsparticles.shape.text.js","children":[{"name":"dist/browser","children":[{"uid":"4e55b5a8-1","name":"Utils.js"},{"uid":"4e55b5a8-3","name":"TextDrawer.js"},{"uid":"4e55b5a8-5","name":"index.js"},{"uid":"4e55b5a8-7","name":"browser.js"}]}]}],"isRoot":true},"nodeParts":{"4e55b5a8-1":{"renderedLength":1848,"gzipLength":0,"brotliLength":0,"metaUid":"4e55b5a8-0"},"4e55b5a8-3":{"renderedLength":1454,"gzipLength":0,"brotliLength":0,"metaUid":"4e55b5a8-2"},"4e55b5a8-5":{"renderedLength":240,"gzipLength":0,"brotliLength":0,"metaUid":"4e55b5a8-4"},"4e55b5a8-7":{"renderedLength":169,"gzipLength":0,"brotliLength":0,"metaUid":"4e55b5a8-6"}},"nodeMetas":{"4e55b5a8-0":{"id":"/dist/browser/Utils.js","moduleParts":{"tsparticles.shape.text.js":"4e55b5a8-1"},"imported":[{"uid":"4e55b5a8-8"}],"importedBy":[{"uid":"4e55b5a8-4"},{"uid":"4e55b5a8-2"}]},"4e55b5a8-2":{"id":"/dist/browser/TextDrawer.js","moduleParts":{"tsparticles.shape.text.js":"4e55b5a8-3"},"imported":[{"uid":"4e55b5a8-8"},{"uid":"4e55b5a8-0"},{"uid":"4e55b5a8-9"}],"importedBy":[{"uid":"4e55b5a8-4"}]},"4e55b5a8-4":{"id":"/dist/browser/index.js","moduleParts":{"tsparticles.shape.text.js":"4e55b5a8-5"},"imported":[{"uid":"4e55b5a8-2"},{"uid":"4e55b5a8-0"}],"importedBy":[{"uid":"4e55b5a8-6"}]},"4e55b5a8-6":{"id":"/dist/browser/browser.js","moduleParts":{"tsparticles.shape.text.js":"4e55b5a8-7"},"imported":[{"uid":"4e55b5a8-4"}],"importedBy":[],"isEntry":true},"4e55b5a8-8":{"id":"@tsparticles/engine","moduleParts":{},"imported":[],"importedBy":[{"uid":"4e55b5a8-2"},{"uid":"4e55b5a8-0"}],"isExternal":true},"4e55b5a8-9":{"id":"@tsparticles/canvas-utils","moduleParts":{},"imported":[],"importedBy":[{"uid":"4e55b5a8-2"}],"isExternal":true}},"env":{"rollup":"4.60.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4934
4934
|
|
|
4935
4935
|
const run = () => {
|
|
4936
4936
|
const width = window.innerWidth;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(g){g.__tsParticlesInternals=g.__tsParticlesInternals||{};g.__tsParticlesInternals.bundles=g.__tsParticlesInternals.bundles||{};g.__tsParticlesInternals.effects=g.__tsParticlesInternals.effects||{};g.__tsParticlesInternals.engine=g.__tsParticlesInternals.engine||{};g.__tsParticlesInternals.interactions=g.__tsParticlesInternals.interactions||{};g.__tsParticlesInternals.palettes=g.__tsParticlesInternals.palettes||{};g.__tsParticlesInternals.paths=g.__tsParticlesInternals.paths||{};g.__tsParticlesInternals.plugins=g.__tsParticlesInternals.plugins||{};g.__tsParticlesInternals.plugins=g.__tsParticlesInternals.plugins||{};g.__tsParticlesInternals.plugins.emittersShapes=g.__tsParticlesInternals.plugins.emittersShapes||{};g.__tsParticlesInternals.presets=g.__tsParticlesInternals.presets||{};g.__tsParticlesInternals.shapes=g.__tsParticlesInternals.shapes||{};g.__tsParticlesInternals.updaters=g.__tsParticlesInternals.updaters||{};g.__tsParticlesInternals.utils=g.__tsParticlesInternals.utils||{};g.__tsParticlesInternals.canvas=g.__tsParticlesInternals.canvas||{};g.__tsParticlesInternals.canvas=g.__tsParticlesInternals.canvas||{};g.__tsParticlesInternals.canvas.utils=g.__tsParticlesInternals.canvas.utils||{};g.__tsParticlesInternals.path=g.__tsParticlesInternals.path||{};g.__tsParticlesInternals.path=g.__tsParticlesInternals.path||{};g.__tsParticlesInternals.path.utils=g.__tsParticlesInternals.path.utils||{};var __tsProxyFactory=typeof Proxy!=="undefined"?function(obj){return new Proxy(obj,{get:function(target,key){if(!(key in target)){target[key]={};}return target[key];}});}:function(obj){return obj;};g.__tsParticlesInternals.bundles=__tsProxyFactory(g.__tsParticlesInternals.bundles);g.__tsParticlesInternals.effects=__tsProxyFactory(g.__tsParticlesInternals.effects);g.__tsParticlesInternals.interactions=__tsProxyFactory(g.__tsParticlesInternals.interactions);g.__tsParticlesInternals.palettes=__tsProxyFactory(g.__tsParticlesInternals.palettes);g.__tsParticlesInternals.paths=__tsProxyFactory(g.__tsParticlesInternals.paths);g.__tsParticlesInternals.plugins=__tsProxyFactory(g.__tsParticlesInternals.plugins);g.__tsParticlesInternals.plugins.emittersShapes=__tsProxyFactory(g.__tsParticlesInternals.plugins.emittersShapes);g.__tsParticlesInternals.presets=__tsProxyFactory(g.__tsParticlesInternals.presets);g.__tsParticlesInternals.shapes=__tsProxyFactory(g.__tsParticlesInternals.shapes);g.__tsParticlesInternals.updaters=__tsProxyFactory(g.__tsParticlesInternals.updaters);g.__tsParticlesInternals.utils=__tsProxyFactory(g.__tsParticlesInternals.utils);g.__tsParticlesInternals.canvas=__tsProxyFactory(g.__tsParticlesInternals.canvas);g.__tsParticlesInternals.path=__tsProxyFactory(g.__tsParticlesInternals.path);g.tsparticlesInternalExports=g.tsparticlesInternalExports||{};})(typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:this);
|
|
2
|
-
/* Shape v4.0.
|
|
2
|
+
/* Shape v4.0.3 */
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@tsparticles/engine'), require('@tsparticles/canvas-utils')) :
|
|
5
5
|
typeof define === 'function' && define.amd ? define(['exports', '@tsparticles/engine', '@tsparticles/canvas-utils'], factory) :
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
async function loadTextShape(engine) {
|
|
87
|
-
engine.checkVersion("4.0.
|
|
87
|
+
engine.checkVersion("4.0.3");
|
|
88
88
|
await engine.pluginManager.register(e => {
|
|
89
89
|
e.pluginManager.addShape(validTypes, () => Promise.resolve(new TextDrawer()));
|
|
90
90
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(t){t.__tsParticlesInternals=t.__tsParticlesInternals||{},t.__tsParticlesInternals.bundles=t.__tsParticlesInternals.bundles||{},t.__tsParticlesInternals.effects=t.__tsParticlesInternals.effects||{},t.__tsParticlesInternals.engine=t.__tsParticlesInternals.engine||{},t.__tsParticlesInternals.interactions=t.__tsParticlesInternals.interactions||{},t.__tsParticlesInternals.palettes=t.__tsParticlesInternals.palettes||{},t.__tsParticlesInternals.paths=t.__tsParticlesInternals.paths||{},t.__tsParticlesInternals.plugins=t.__tsParticlesInternals.plugins||{},t.__tsParticlesInternals.plugins=t.__tsParticlesInternals.plugins||{},t.__tsParticlesInternals.plugins.emittersShapes=t.__tsParticlesInternals.plugins.emittersShapes||{},t.__tsParticlesInternals.presets=t.__tsParticlesInternals.presets||{},t.__tsParticlesInternals.shapes=t.__tsParticlesInternals.shapes||{},t.__tsParticlesInternals.updaters=t.__tsParticlesInternals.updaters||{},t.__tsParticlesInternals.utils=t.__tsParticlesInternals.utils||{},t.__tsParticlesInternals.canvas=t.__tsParticlesInternals.canvas||{},t.__tsParticlesInternals.canvas=t.__tsParticlesInternals.canvas||{},t.__tsParticlesInternals.canvas.utils=t.__tsParticlesInternals.canvas.utils||{},t.__tsParticlesInternals.path=t.__tsParticlesInternals.path||{},t.__tsParticlesInternals.path=t.__tsParticlesInternals.path||{},t.__tsParticlesInternals.path.utils=t.__tsParticlesInternals.path.utils||{};var s="undefined"!=typeof Proxy?function(t){return new Proxy(t,{get:function(t,s){return s in t||(t[s]={}),t[s]}})}:function(t){return t};t.__tsParticlesInternals.bundles=s(t.__tsParticlesInternals.bundles),t.__tsParticlesInternals.effects=s(t.__tsParticlesInternals.effects),t.__tsParticlesInternals.interactions=s(t.__tsParticlesInternals.interactions),t.__tsParticlesInternals.palettes=s(t.__tsParticlesInternals.palettes),t.__tsParticlesInternals.paths=s(t.__tsParticlesInternals.paths),t.__tsParticlesInternals.plugins=s(t.__tsParticlesInternals.plugins),t.__tsParticlesInternals.plugins.emittersShapes=s(t.__tsParticlesInternals.plugins.emittersShapes),t.__tsParticlesInternals.presets=s(t.__tsParticlesInternals.presets),t.__tsParticlesInternals.shapes=s(t.__tsParticlesInternals.shapes),t.__tsParticlesInternals.updaters=s(t.__tsParticlesInternals.updaters),t.__tsParticlesInternals.utils=s(t.__tsParticlesInternals.utils),t.__tsParticlesInternals.canvas=s(t.__tsParticlesInternals.canvas),t.__tsParticlesInternals.path=s(t.__tsParticlesInternals.path),t.tsparticlesInternalExports=t.tsparticlesInternalExports||{}}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:this),function(t,s){"object"==typeof exports&&"undefined"!=typeof module?s(exports,require("@tsparticles/engine"),require("@tsparticles/canvas-utils")):"function"==typeof define&&define.amd?define(["exports","@tsparticles/engine","@tsparticles/canvas-utils"],s):s(((t="undefined"!=typeof globalThis?globalThis:t||self).__tsParticlesInternals=t.__tsParticlesInternals||{},t.__tsParticlesInternals.shapes=t.__tsParticlesInternals.shapes||{},t.__tsParticlesInternals.shapes.text=t.__tsParticlesInternals.shapes.text||{}),t.__tsParticlesInternals.engine,t.__tsParticlesInternals.canvas.utils)}(this,function(t,s,e){"use strict";const n=["text","character","char","multiline-text"];function a(t,e,n,a,l,r){const i={x:-e.length*n*s.half,y:n*s.half+a*n};l&&t.fillText(e,i.x,i.y),r&&t.strokeText(e,i.x,i.y)}class l{draw(t){!function(t){const{context:e,particle:n,fill:l,stroke:r,radius:i,opacity:_}=t,c=n.shapeData;if(!c)return;const p=c.value;if(n.textLines??=s.itemFromSingleOrMultiple(p,n.randomIndexData)?.split("\n")??[],n.maxTextLength??=n.textLines.length?Math.max(...n.textLines.map(t=>t.length)):n.textLines[0]?.length??0,!n.textLines.length||!n.maxTextLength)return;const o=n.textLines,I=c.style??"",P=c.weight??"400",h=c.font??"Verdana",u=Math.round(i)*s.double/(o.length*n.maxTextLength);e.font=`${I} ${P} ${u.toString()}px "${h}"`;const g=e.globalAlpha;e.globalAlpha=_;for(let t=0;t<o.length;t++){const s=o[t];s&&a(e,s,u,t,l,r)}e.globalAlpha=g}(t)}async init(t){const a=t.actualOptions;if(n.find(t=>s.isInArray(t,a.particles.shape.type))){const t=n.map(t=>a.particles.shape.options[t]).find(t=>!!t),l=[];s.executeOnSingleOrMultiple(t,t=>{l.push(e.loadFont(t.font,t.weight))}),await Promise.all(l)}}particleInit(t,e){if(!e.shape||!n.includes(e.shape))return;const a=e.shapeData;if(void 0===a)return;const l=a.value;l&&(e.textLines=s.itemFromSingleOrMultiple(l,e.randomIndexData)?.split("\n")??[],e.maxTextLength=e.textLines.length?Math.max(...e.textLines.map(t=>t.length)):e.textLines[0]?.length??0)}}async function r(t){t.checkVersion("4.0.
|
|
1
|
+
!function(t){t.__tsParticlesInternals=t.__tsParticlesInternals||{},t.__tsParticlesInternals.bundles=t.__tsParticlesInternals.bundles||{},t.__tsParticlesInternals.effects=t.__tsParticlesInternals.effects||{},t.__tsParticlesInternals.engine=t.__tsParticlesInternals.engine||{},t.__tsParticlesInternals.interactions=t.__tsParticlesInternals.interactions||{},t.__tsParticlesInternals.palettes=t.__tsParticlesInternals.palettes||{},t.__tsParticlesInternals.paths=t.__tsParticlesInternals.paths||{},t.__tsParticlesInternals.plugins=t.__tsParticlesInternals.plugins||{},t.__tsParticlesInternals.plugins=t.__tsParticlesInternals.plugins||{},t.__tsParticlesInternals.plugins.emittersShapes=t.__tsParticlesInternals.plugins.emittersShapes||{},t.__tsParticlesInternals.presets=t.__tsParticlesInternals.presets||{},t.__tsParticlesInternals.shapes=t.__tsParticlesInternals.shapes||{},t.__tsParticlesInternals.updaters=t.__tsParticlesInternals.updaters||{},t.__tsParticlesInternals.utils=t.__tsParticlesInternals.utils||{},t.__tsParticlesInternals.canvas=t.__tsParticlesInternals.canvas||{},t.__tsParticlesInternals.canvas=t.__tsParticlesInternals.canvas||{},t.__tsParticlesInternals.canvas.utils=t.__tsParticlesInternals.canvas.utils||{},t.__tsParticlesInternals.path=t.__tsParticlesInternals.path||{},t.__tsParticlesInternals.path=t.__tsParticlesInternals.path||{},t.__tsParticlesInternals.path.utils=t.__tsParticlesInternals.path.utils||{};var s="undefined"!=typeof Proxy?function(t){return new Proxy(t,{get:function(t,s){return s in t||(t[s]={}),t[s]}})}:function(t){return t};t.__tsParticlesInternals.bundles=s(t.__tsParticlesInternals.bundles),t.__tsParticlesInternals.effects=s(t.__tsParticlesInternals.effects),t.__tsParticlesInternals.interactions=s(t.__tsParticlesInternals.interactions),t.__tsParticlesInternals.palettes=s(t.__tsParticlesInternals.palettes),t.__tsParticlesInternals.paths=s(t.__tsParticlesInternals.paths),t.__tsParticlesInternals.plugins=s(t.__tsParticlesInternals.plugins),t.__tsParticlesInternals.plugins.emittersShapes=s(t.__tsParticlesInternals.plugins.emittersShapes),t.__tsParticlesInternals.presets=s(t.__tsParticlesInternals.presets),t.__tsParticlesInternals.shapes=s(t.__tsParticlesInternals.shapes),t.__tsParticlesInternals.updaters=s(t.__tsParticlesInternals.updaters),t.__tsParticlesInternals.utils=s(t.__tsParticlesInternals.utils),t.__tsParticlesInternals.canvas=s(t.__tsParticlesInternals.canvas),t.__tsParticlesInternals.path=s(t.__tsParticlesInternals.path),t.tsparticlesInternalExports=t.tsparticlesInternalExports||{}}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:this),function(t,s){"object"==typeof exports&&"undefined"!=typeof module?s(exports,require("@tsparticles/engine"),require("@tsparticles/canvas-utils")):"function"==typeof define&&define.amd?define(["exports","@tsparticles/engine","@tsparticles/canvas-utils"],s):s(((t="undefined"!=typeof globalThis?globalThis:t||self).__tsParticlesInternals=t.__tsParticlesInternals||{},t.__tsParticlesInternals.shapes=t.__tsParticlesInternals.shapes||{},t.__tsParticlesInternals.shapes.text=t.__tsParticlesInternals.shapes.text||{}),t.__tsParticlesInternals.engine,t.__tsParticlesInternals.canvas.utils)}(this,function(t,s,e){"use strict";const n=["text","character","char","multiline-text"];function a(t,e,n,a,l,r){const i={x:-e.length*n*s.half,y:n*s.half+a*n};l&&t.fillText(e,i.x,i.y),r&&t.strokeText(e,i.x,i.y)}class l{draw(t){!function(t){const{context:e,particle:n,fill:l,stroke:r,radius:i,opacity:_}=t,c=n.shapeData;if(!c)return;const p=c.value;if(n.textLines??=s.itemFromSingleOrMultiple(p,n.randomIndexData)?.split("\n")??[],n.maxTextLength??=n.textLines.length?Math.max(...n.textLines.map(t=>t.length)):n.textLines[0]?.length??0,!n.textLines.length||!n.maxTextLength)return;const o=n.textLines,I=c.style??"",P=c.weight??"400",h=c.font??"Verdana",u=Math.round(i)*s.double/(o.length*n.maxTextLength);e.font=`${I} ${P} ${u.toString()}px "${h}"`;const g=e.globalAlpha;e.globalAlpha=_;for(let t=0;t<o.length;t++){const s=o[t];s&&a(e,s,u,t,l,r)}e.globalAlpha=g}(t)}async init(t){const a=t.actualOptions;if(n.find(t=>s.isInArray(t,a.particles.shape.type))){const t=n.map(t=>a.particles.shape.options[t]).find(t=>!!t),l=[];s.executeOnSingleOrMultiple(t,t=>{l.push(e.loadFont(t.font,t.weight))}),await Promise.all(l)}}particleInit(t,e){if(!e.shape||!n.includes(e.shape))return;const a=e.shapeData;if(void 0===a)return;const l=a.value;l&&(e.textLines=s.itemFromSingleOrMultiple(l,e.randomIndexData)?.split("\n")??[],e.maxTextLength=e.textLines.length?Math.max(...e.textLines.map(t=>t.length)):e.textLines[0]?.length??0)}}async function r(t){t.checkVersion("4.0.3"),await t.pluginManager.register(t=>{t.pluginManager.addShape(n,()=>Promise.resolve(new l))})}const i=globalThis;i.__tsParticlesInternals=i.__tsParticlesInternals??{},i.loadTextShape=r,t.loadTextShape=r}),Object.assign(globalThis.window||globalThis,{loadTextShape:(globalThis.__tsParticlesInternals.shapes.text||{}).loadTextShape}),delete(globalThis.window||globalThis).tsparticlesInternalExports;
|