Jacky Zhao
2023-07-26 45f9087f03fde7e7d762e25a9f2966d1e6e907f3
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