1
0
Fork 0

chore(markdown): Updated plugin docs

This commit is contained in:
Joost De Cock 2021-12-28 09:09:27 +01:00
parent 6c2977bf0d
commit 01cf9d5254
7 changed files with 195 additions and 6 deletions

View file

@ -35,6 +35,6 @@ That method is chainable, so if you have multiple plugins you can just chain the
import Aaron from "@freesewing/aaron";
import theme from "@freesewing/plugin-theme";
const myAaron = new Aaron().use(theme);
const pattern = new Aaron().use(theme);
```