Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 728 Bytes

File metadata and controls

34 lines (17 loc) · 728 Bytes

menuloader

version

InDesign Utility

Load your own menus in InDesign.

Install

npm install @extendscript/ind.util.menuloader

Include

#include 'node_modules/@extendscript/ind.util.menuloader/menuloader.js'

Use

Load the module by creating a reference.

var Menuloader = Sky.getUtil("menuloader")

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