Skip to content

Instantly share code, notes, and snippets.

View Borod4r's full-sized avatar

Ivan Gadzhega Borod4r

View GitHub Profile
// 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";