Jacky Zhao
2023-07-24 041a4ce7bc39c65483eaeeddc97e6946cb49f540
content/advanced/making plugins.md
@@ -5,6 +5,7 @@
This part of the documentation will assume you have some basic coding knowledge and will include code snippets that describe the interface of what Quartz plugins should look like.
## Transformers
```ts
export type QuartzTransformerPluginInstance = {
  name: string
@@ -17,4 +18,4 @@
## Filters
## Emitters
## Emitters