Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

tsparticles-shape-multiline-text

Package Overview
Dependencies
1
Maintainers
2
Versions
189
Issues
File Explorer

Advanced tools

tsparticles-shape-multiline-text

tsParticles multiline text shape

    2.9.3latest
    GitHub

Version published
Maintainers
2
Weekly downloads
25
decreased by-83.55%

Weekly downloads

Readme

Source

banner

tsParticles Multiline Text Shape

jsDelivr npmjs npmjs GitHub Sponsors

tsParticles additional multiline text shape.

How to use it

CDN / Vanilla JS / jQuery

The CDN/Vanilla version JS has one required file in vanilla configuration:

Including the tsparticles.shape.multiline-text.min.js file will export the function to load the shape:

loadMultilineTextShape

Usage

Once the scripts are loaded you can set up tsParticles and the shape like this:

loadMultilineTextShape(tsParticles); tsParticles.load("tsparticles", { /* options */ /* here you can use particles.shape.type: "multiline-text" */ });

ESM / CommonJS

This package is compatible also with ES or CommonJS modules, firstly this needs to be installed, like this:

$ npm install tsparticles-shape-multiline-text

or

$ yarn add tsparticles-shape-multiline-text

Then you need to import it in the app, like this:

const { tsParticles } = require("tsparticles-engine"); const { loadMultilineTextShape } = require("tsparticles-shape-multiline-text"); loadMultilineTextShape(tsParticles);

or

import { tsParticles } from "tsparticles-engine"; import { loadMultilineTextShape } from "tsparticles-shape-multiline-text"; loadMultilineTextShape(tsParticles);

Keywords

FAQs

Last updated on 12 Feb 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc