All Projects → webcaetano → gulp-texturepacker

webcaetano / gulp-texturepacker

Licence: MIT License
Gulp plugin for TexturePacker

Programming Languages

PLSQL
303 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gulp-texturepacker

gulp-penthouse
Gulp plugin for extracting critical path css
Stars: ✭ 14 (+16.67%)
Mutual labels:  gulp-plugins
react-cheatsheets
Create and generate cheat sheets using React
Stars: ✭ 21 (+75%)
Mutual labels:  sheet
lin-sheet
基于 vue+canvas 的表格编辑器
Stars: ✭ 21 (+75%)
Mutual labels:  sheet
vue-unit-testing-cheat-sheet
🔬 My cheat sheet for testing vue components with jest and vue-test-utils
Stars: ✭ 101 (+741.67%)
Mutual labels:  sheet
react-spring-bottom-sheet
Accessible ♿️, Delightful ✨, & Fast 🚀
Stars: ✭ 604 (+4933.33%)
Mutual labels:  sheet
gulp-append-prepend
➕ Simple Gulp plugin to append/prepend.
Stars: ✭ 15 (+25%)
Mutual labels:  gulp-plugins
beginner-windows-npm-gulp-webdev-tutorial
Beginner guide for users on web development with node.js/npm + gulp terminal commands. You'll learn how to use other terminal commands like git, gulp, bower, yarn, and more!
Stars: ✭ 40 (+233.33%)
Mutual labels:  gulp-plugins
OpenWebSheet
OpenSource Web based spreadsheet
Stars: ✭ 30 (+150%)
Mutual labels:  sheet
Power-Query-Excel-Formats
A collection of M code to get various formats from Excel sheets in Power Query
Stars: ✭ 43 (+258.33%)
Mutual labels:  sheet
gulp-kraken
Gulp plugin to optimize all your images with the powerful Kraken.io API
Stars: ✭ 19 (+58.33%)
Mutual labels:  gulp-plugins
TexturePacker-Fnt-Helper
这是一个使用TexturePacker合并BMFont图片后,自动修正位图描述文件的工具
Stars: ✭ 18 (+50%)
Mutual labels:  texturepacker
gulp-html
Gulp plugin for HTML validation, using the official Nu Html Checker (v.Nu)
Stars: ✭ 70 (+483.33%)
Mutual labels:  gulp-plugins
gulp-version-append
Gulp plugin to append version from package.json to static file url to avoid caching
Stars: ✭ 18 (+50%)
Mutual labels:  gulp-plugins
gulp-uglifycss
Gulp plugin to use uglifycss
Stars: ✭ 24 (+100%)
Mutual labels:  gulp-plugins
gulp-iife
A Gulp plugin for wrapping JavaScript code in IIFEs.
Stars: ✭ 39 (+225%)
Mutual labels:  gulp-plugins
gulp-spsync
Gulp plugin for synchronizing local files with a SharePoint library
Stars: ✭ 57 (+375%)
Mutual labels:  gulp-plugins
table
Produces a string that represents slice data in a text table, inspired by gajus/table.
Stars: ✭ 130 (+983.33%)
Mutual labels:  sheet
openharmony-sheet
📊从零开始使用华为鸿蒙 OpenHarmony 开发游戏和表格渲染引擎
Stars: ✭ 132 (+1000%)
Mutual labels:  sheet
CXLinkageSheetDemo
一个同时支持横向和纵向滚动的表格框架 CXLinkageSheetView,适用于一些数据展示页面
Stars: ✭ 78 (+550%)
Mutual labels:  sheet
S2
⚡️ Practical analytical Table rendering core lib.
Stars: ✭ 818 (+6716.67%)
Mutual labels:  sheet

gulp-texturepacker

npm

Gulp plugin for TexturePacker

Installation

npm install gulp-texturepacker

Examples

var tps = require('gulp-texturepacker');

gulp.src('test/atlas.tps')
.pipe(tps()); // output .tps with his setup

With options

gulp.src(['test/*.tps'])
.pipe(tps({
	sheet:'./test/dist/main.png',
	data:'./test/dist/data.json'
}));

Options

sheet

Destination of spritesheet image (png, jpg, etc)

data

Destination of data file (json, plist, etc)

textureFormat

Sets the format for the textures.
The format type is automatically derived from the sheet

format

TexturePacker format e.g. cocos2d, phaser-json-array
Full list at TexturePacker --help

backgroundColor

background color format FFFFFF.

log

Type Boolean Default false
Display logs


The MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].