Skip to content
This repository was archived by the owner on Dec 11, 2018. It is now read-only.
Bruno Herfst edited this page Sep 22, 2017 · 17 revisions

Welcome to the ExtendScript Preset Manager Wiki!

Rules and promises

  1. A Preset is always an Object

This manager works on the premise that Presets are Objects collected in an Array

  1. We only use JSON supported data types

In JSON, values must be one of the following data types: String, Number, Object (JSON object), Array, Boolean, Null.

Get started

Clone this wiki locally