@tsparticles/shape-text 4.0.0-beta.15 → 4.0.0-beta.16

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 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.0-beta.15");
4
+ engine.checkVersion("4.0.0-beta.16");
5
5
  await engine.pluginManager.register(e => {
6
6
  e.pluginManager.addShape(validTypes, () => Promise.resolve(new TextDrawer()));
7
7
  });
@@ -1,6 +1,6 @@
1
1
  import { validTypes } from "./Utils.js";
2
2
  export async function loadTextShape(engine) {
3
- engine.checkVersion("4.0.0-beta.15");
3
+ engine.checkVersion("4.0.0-beta.16");
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.0-beta.15");
4
+ engine.checkVersion("4.0.0-beta.16");
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.0-beta.15");
3
+ engine.checkVersion("4.0.0-beta.16");
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.0-beta.15");
4
+ engine.checkVersion("4.0.0-beta.16");
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.0-beta.15");
3
+ engine.checkVersion("4.0.0-beta.16");
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.0-beta.15",
3
+ "version": "4.0.0-beta.16",
4
4
  "description": "tsParticles text shape",
5
5
  "homepage": "https://particles.js.org",
6
6
  "repository": {
@@ -65,8 +65,8 @@
65
65
  "./package.json": "./package.json"
66
66
  },
67
67
  "peerDependencies": {
68
- "@tsparticles/canvas-utils": "4.0.0-beta.15",
69
- "@tsparticles/engine": "4.0.0-beta.15"
68
+ "@tsparticles/canvas-utils": "4.0.0-beta.16",
69
+ "@tsparticles/engine": "4.0.0-beta.16"
70
70
  },
71
71
  "publishConfig": {
72
72
  "access": "public"
@@ -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.0-beta.15 */
2
+ /* Shape v4.0.0-beta.16 */
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.0-beta.15");
87
+ engine.checkVersion("4.0.0-beta.16");
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.0-beta.15"),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;
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.0-beta.16"),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;