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
andind.util.slugs
later pending how big and usefull it's utils are.
npm install @extendscript/ind.module.outerspace
#include 'node_modules/@extendscript/ind.module.outerspace/outerspace.js'
Load the module by creating a reference.
var OuterSpace = Sky.getModule("outerspace")
We can test the code against a range of targets:
npm run test myTarget
We keep a log of test results
Read the docs