This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This script exports illustrator layers as individual PNGs. | |
// | |
// author: Nathan Sweet | |
// author: Ivan Gadzhega | |
// rev: 10 | |
const L2PNG_NAMESPACE = "http://esotericsoftware.com/l2png"; | |
const L2PNG_PREFIX = "l2png:"; | |
const IGNORE_HIDDEN_LAYERS_ID = "ignoreHiddenLayers"; |