Part 1: Understanding plugin basics
Part 2: Creating a "button frame" plugin
- Adobe XD API Reference
- Finished code from this part
Part 1: Understanding plugin basics
Part 2: Creating a "button frame" plugin
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |