Jacky Zhao
2023-07-23 7db2eda76cf51fd631d385c12a7b411339406067
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