UNPKG

create-kt-plugin

Version:

A template for creating a KT plugins for ExtendScript

8 lines (7 loc) 152 B
export class MyPlugin { private name = 'MyPlugin'; private version = '1.0.0'; constructor() { $.writeln('MyPlugin constructor'); } }