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