0.1.8 • Published 4 years ago
pixaki v0.1.8
Pixaki CLI
A CLI for Pixaki 4 files.
ImageMagick
First download and install ImageMagick, this package will not work without it.
Install Globally
npm install -g pixakiCurrently, each command only exports as a spritesheet as this tool was designed, primarily, for use with Working Copy.
Usage
pixaki export <PATH> [--columns=COUNT] [--outDir=OUT_DIR] [--cwd=CURRENT_WORKING_DIRECTORY]
``
``
px e <PATH> [-c COUNT] [-o OUT_DIR] [--cwd=CURRENT_WORKING_DIRECTORY]COUNT: When to "wrap" the spritesheet (defaults to8)PATH: The pixaki project(s) to export from (requires.pixaki)OUT_DIR: The output folder.CURRENT_WORKING_DIRECTORY: The current working directory where to look for files (this will be ignored in the outDir)
Example
pixaki export my-sprite.pixakipixaki export 'my-art/**.*.pixaki' --outDir=some-folderpixaki export my-sprite.pixaki --columns=4px e my-sprite.pixaki -c 4 -o some-folderSpecific layer exporting
This will grab 1 layer by name and create a spritesheet out of it. It will not respect any visibility or opacity settings and will be the raw drawing. Originally designed for exporting texture mapping. (Normals, Masks etc.)
pixaki layer <PATH> <LAYER_NAME> [-c, --columns=COUNT] [-o, --outDir=OUT_DIR]px l <PATH> <LAYER_NAME> [-c, --columns=COUNT] [-o, --outDir=OUT_DIR]LAYER_NAME: can be anything, it just has to match a layer name within Pixaki
0.1.8
4 years ago
0.1.7
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago