Jacky Zhao
2023-07-24 e82ba97a396e4e9d77486b48e6ee8b1dfd1c1b4c
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