UNPKG

@tsparticles/basic

Version:

Easily create highly customizable particle 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.

117 lines (116 loc) 2.89 kB
{ "name": "@tsparticles/basic", "version": "3.9.1", "description": "Easily create highly customizable particle 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", "repository": { "type": "git", "url": "git+https://github.com/tsparticles/tsparticles.git", "directory": "bundles/basic" }, "keywords": [ "front-end", "frontend", "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>", "license": "MIT", "bugs": { "url": "https://github.com/tsparticles/tsparticles/issues" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/matteobruni" }, { "type": "github", "url": "https://github.com/sponsors/tsparticles" }, { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/matteobruni" } ], "sideEffects": false, "jsdelivr": "tsparticles.basic.bundle.min.js", "unpkg": "tsparticles.basic.bundle.min.js", "browser": "browser/index.js", "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts", "exports": { ".": { "types": "./types/index.d.ts", "browser": "./browser/index.js", "import": "./esm/index.js", "require": "./cjs/index.js", "umd": "./umd/index.js", "default": "./cjs/index.js" }, "./package.json": "./package.json" }, "dependencies": { "@tsparticles/engine": "3.9.1", "@tsparticles/move-base": "3.9.1", "@tsparticles/plugin-hex-color": "3.9.1", "@tsparticles/plugin-hsl-color": "3.9.1", "@tsparticles/plugin-rgb-color": "3.9.1", "@tsparticles/shape-circle": "3.9.1", "@tsparticles/updater-color": "3.9.1", "@tsparticles/updater-opacity": "3.9.1", "@tsparticles/updater-out-modes": "3.9.1", "@tsparticles/updater-size": "3.9.1" }, "publishConfig": { "access": "public" } }