0.2.0 (2022-06-16)
Features
- LayerTools: add layer tools utility (0f8f753)
Example
// old method (still works)
import { Tools } from "illustrator.js";
const imageTool = new Tools.ImageTool(layer);
// new method
const imageTool = layer.tools.get("ImageTool");