UNPKG

create-kt-plugin

Version:

A template for creating a KT plugins for ExtendScript

6 lines (4 loc) 129 B
import { KT } from 'kt-core'; import { MyPlugin } from './MyPlugin'; KT.Module('MyPlugin', MyPlugin); export { MyPlugin };