UNPKG

tsparticles

Version:

Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.

90 lines 2.15 kB
{ "name": "tsparticles", "version": "1.42.2", "description": "Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org/", "scripts": { "install": "node ./scripts/install.js" }, "repository": { "type": "git", "url": "git+https://github.com/matteobruni/tsparticles.git", "directory": "core/main" }, "keywords": [ "tsparticles", "particles.js", "particlesjs", "particles", "particle", "canvas", "jsparticles", "xparticles", "particles-js", "particles-bg", "particles-bg-vue", "particles-ts", "particles.ts", "react-particles-js", "react-particles.js", "react-particles", "react", "reactjs", "vue-particles", "ngx-particles", "angular-particles", "particleground", "vue", "vuejs", "preact", "preactjs", "jquery", "angularjs", "angular", "typescript", "javascript", "animation", "web", "html5", "web-design", "webdesign", "css", "html", "css3", "animated", "background", "confetti", "canvas", "fireworks", "fireworks-js", "confetti-js", "confettijs", "fireworksjs", "canvas-confetti" ], "author": "Matteo Bruni <matteo.bruni@me.com>", "contributors": [ "Gabriel Barker (https://github.com/gabrielbarker)", "Tyler Burnett (https://github.com/TylerBurnett)", "Jonathan Adams (https://github.com/PieceMaker)" ], "license": "MIT", "bugs": { "url": "https://github.com/matteobruni/tsparticles/issues" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/matteobruni" }, { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/matteobruni" } ], "main": "index.js", "module": "esm/index.js", "jsdelivr": "tsparticles.min.js", "unpkg": "tsparticles.min.js", "types": "index.d.ts" }