Skip to content

Instantly share code, notes, and snippets.

View ganicus's full-sized avatar

Ganicus Magnus ganicus

View GitHub Profile
@jmsdnns
jmsdnns / jd-export.jsx
Last active October 15, 2025 17:24
Illustrator script—Exports CMYK, RGB, and Hex values for all the color swatches in a document. CMYK to RGB conversion using Adobe’s default US Web Coated SWOP2 to sRGB.
/**
* jd-export.jsx
* -------------
* Illustrator script—Exports CMYK, RGB, and Hex values for all the color
* swatches in a document. CMYK to RGB conversion using Adobe’s default US
* Web Coated SWOP2 to sRGB.
*
*
* LICENSE
* -------