UNPKG

@tsparticles/angular

Version:

Official tsParticles Angular Component - 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 Web Components, React, Vue.js (2.x and

110 lines 2.57 kB
{ "name": "@tsparticles/angular", "version": "3.0.0", "description": "Official tsParticles Angular Component - 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 Web Components, React, Vue.js (2.x and 3.x), Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.", "homepage": "https://particles.js.org", "repository": { "type": "git", "url": "git+https://github.com/tsparticles/angular.git", "directory": "components/particles" }, "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", "files": [ "**/*" ], "types": "ng-particles.d.ts", "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" } ], "publishConfig": { "access": "public" }, "peerDependencies": { "@angular/common": ">=2.0.0", "@angular/core": ">=2.0.0", "rxjs": ">=7.0.0", "@tsparticles/engine": "^3.0.2" }, "dependencies": { "tslib": "^2.6.2" }, "module": "fesm2022/tsparticles-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/tsparticles-angular.mjs", "esm": "./esm2022/tsparticles-angular.mjs", "default": "./fesm2022/tsparticles-angular.mjs" } }, "sideEffects": false }