Gathering detailed insights and metrics for tsparticles-shape-image
Gathering detailed insights and metrics for tsparticles-shape-image
Gathering detailed insights and metrics for tsparticles-shape-image
Gathering detailed insights and metrics for tsparticles-shape-image
tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.
npm install tsparticles-shape-image
Typescript
Module System
Node Version
NPM Version
98.4
Supply Chain
93.3
Quality
78.1
Maintenance
100
Vulnerability
88
License
TypeScript (93.2%)
JavaScript (6.8%)
Total Downloads
6,484,023
Last Day
5,714
Last Week
32,667
Last Month
128,116
Last Year
1,504,038
MIT License
8,203 Stars
14,002 Commits
898 Forks
119 Watchers
20 Branches
75 Contributors
Updated on May 13, 2025
Minified
Minified + Gzipped
Latest Version
2.12.0
Package Id
tsparticles-shape-image@2.12.0
Unpacked Size
454.88 kB
Size
118.05 kB
File Count
97
NPM Version
lerna/7.1.4/node@v18.16.0+arm64 (darwin)
Node Version
18.16.0
Published on
Aug 04, 2023
Cumulative downloads
Total Downloads
Last Day
16.9%
5,714
Compared to previous day
Last Week
11.9%
32,667
Compared to previous week
Last Month
-4.9%
128,116
Compared to previous month
Last Year
-26.2%
1,504,038
Compared to previous year
1
tsParticles additional image shape.
The CDN/Vanilla version JS has one required file in vanilla configuration:
Including the tsparticles.shape.image.min.js
file will export the function to load the shape:
1loadImageShape;
Once the scripts are loaded you can set up tsParticles
and the shape like this:
1(async () => { 2 await loadImageShape(tsParticles); 3 4 await tsParticles.load({ 5 id: "tsparticles", 6 options: { 7 /* options */ 8 /* here you can use particles.shape.type: "image" */ 9 }, 10 }); 11})();
This package is compatible also with ES or CommonJS modules, firstly this needs to be installed, like this:
1$ npm install tsparticles-shape-image
or
1$ yarn add tsparticles-shape-image
Then you need to import it in the app, like this:
1const { tsParticles } = require("tsparticles-engine"); 2const { loadImageShape } = require("tsparticles-shape-image"); 3 4(async () => { 5 await loadImageShape(tsParticles); 6})();
or
1import { tsParticles } from "tsparticles-engine"; 2import { loadImageShape } from "tsparticles-shape-image"; 3 4(async () => { 5 await loadImageShape(tsParticles); 6})();
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
12 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
Project has not signed or included provenance with any releases.
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
23 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More