Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

0.2.0

Choose a tag to compare

@twlite twlite released this 16 Jun 10:52
· 54 commits to main since this release

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");