Skip to content

Files

Latest commit

author
Bruno Herfst
Oct 2, 2018
4ce5c25 · Oct 2, 2018

History

History

outerspace

outerspace

version

Module

Bleed and Slug tools for InDesign.

This is an opinionated tool to deal with items in the slugs. I might split the more basic functions to ind.util.bleeds and ind.util.slugs later pending how big and usefull it's utils are.

Install

npm install @extendscript/ind.module.outerspace

Include

#include 'node_modules/@extendscript/ind.module.outerspace/outerspace.js'

Use

Load the module by creating a reference.

var OuterSpace = Sky.getModule("outerspace")

Test

We can test the code against a range of targets:

npm run test myTarget

We keep a log of test results

More info

Read the docs