Gathering detailed insights and metrics for gamefroot-texture-packer
Gathering detailed insights and metrics for gamefroot-texture-packer
Gathering detailed insights and metrics for gamefroot-texture-packer
Gathering detailed insights and metrics for gamefroot-texture-packer
Generate high quality texture atlases in Node.js, developed for Gamefroot.com and Kiwi.js.
npm install gamefroot-texture-packer
Typescript
Module System
Node Version
NPM Version
71.6
Supply Chain
93.6
Quality
78
Maintenance
25
Vulnerability
99.6
License
JavaScript (97.89%)
Shell (2.11%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
27 Stars
196 Commits
3 Forks
4 Watchers
2 Branches
2 Contributors
Updated on May 01, 2025
Latest Version
1.1.2
Package Id
gamefroot-texture-packer@1.1.2
Size
2.30 MB
NPM Version
3.10.3
Node Version
6.4.0
Published on
Jul 26, 2018
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Generate high quality texture atlases in Node.js, developed for Gamefroot.com and Kiwi.js.
1$ gf-pack assets/*.png
Options:
1$ gf-pack 2Usage: gf-pack [options] <files> 3 4Options: 5 -f, --format format of spritesheet (kiwi, starling, sparrow, json, pixi.js, easel.js, cocos2d) [default: ""] 6 --cf, --customFormat path to external format template [default: ""] 7 -n, --name name of generated spritesheet [default: "spritesheet"] 8 -p, --path path to export directory [default: "."] 9 -w, --width The maximum width of the generated image(s), required for binpacking, optional for other algorithms [default: 999999] 10 -h, --height The maximum height of the generated image(s), required for binpacking, optional for other algorithms [default: 999999] 11 --fullpath include path in file name [default: false] 12 --prefix prefix for image paths [default: ""] 13 --trim removes transparent whitespaces around images [default: false] 14 --square texture should be a square with dimensions max(width,height) [default: false] 15 --powerOfTwo texture width and height should be rounded up to the nearest power of two [default: false] 16 --validate check algorithm returned data [default: false] 17 --scale percentage scale [default: "100%"] 18 --fuzz percentage fuzz factor (usually value of 1% is a good choice) [default: ""] 19 --algorithm packing algorithm: growing-binpacking (default), binpacking (requires w and h options), vertical or horizontal [default: "growing-binpacking"] 20 --padding padding between images in spritesheet [default: 0] 21 --sort Sort method: maxside (default), area, width or height [string] [default: "maxside"] 22 --maxAtlases maximum number of texture atlases that will be outputted [default: 0] 23 --gutter the number of pixels to bleed the image edge, gutter is added to padding value [default: 0] 24 --group allows you to specify a group of assets that must be included in the same atlas, make sure to use quotes around file paths [default: []] 25 --resizeWidth resizes all source images to a specific width [default: 0] 26 --resizeHeight resizes all source images to a specific height [default: 0]
1var packer = require('gamefroot-texture-packer'); 2 3packer('assets/*.png', {format: 'kiwi'}, function (err) { 4 if (err) throw err; 5 6 console.log('spritesheet successfully generated'); 7});
npm install gamefroot-texture-packer -g
mocha test
This library is based on the foundation work of Spritesheet.js
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
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