Gathering detailed insights and metrics for @pixi/sound
Gathering detailed insights and metrics for @pixi/sound
Gathering detailed insights and metrics for @pixi/sound
Gathering detailed insights and metrics for @pixi/sound
npm install @pixi/sound
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
409 Stars
300 Commits
68 Forks
15 Watching
11 Branches
19 Contributors
Updated on 17 Nov 2024
TypeScript (100%)
Cumulative downloads
Total Downloads
Last day
18%
2,159
Compared to previous day
Last week
4.3%
10,317
Compared to previous week
Last month
16.7%
39,217
Compared to previous month
Last year
49.1%
400,553
Compared to previous year
1
WebAudio API playback library, with filters. Modern audio playback for modern browsers.
Features
PIXI.Assets
systemKnown Compatibility
Installation is available by NPM:
1npm i @pixi/sound --save
To import into your project, for instance, when using Webpack, Parcel, Rollup, or another bundler:
1import { sound } from '@pixi/sound'; 2 3sound.add('my-sound', 'path/to/file.mp3'); 4sound.play('my-sound');
If you're using a <script>
element to import @pixi/sound
into your project, then the SoundLibrary object is PIXI.sound
global.
1<!-- PixiJS must be imported before @pixi/sound --> 2<script src="https://unpkg.com/pixi.js/dist/browser/pixi.min.js"></script> 3 4<!-- found here, if not using CDN "./node_modules/@pixi/sound/dist/pixi-sound.js" --> 5<script src="https://unpkg.com/@pixi/sound/dist/pixi-sound.js"></script> 6 7<script> 8 PIXI.sound.add('my-sound', 'path/to/file.mp3'); 9 PIXI.sound.play('my-sound'); 10</script>
PixiJS | PixiJS Sound |
---|---|
v5.x - v6.x | v4.x |
v7.x | v5.x |
v8.x | v6.x |
MIT License.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/27 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
10 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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