
This wraps up the initial work on a new annotations plugin that replaces other plugins that provide annotations. As a result, the following plugins are now no longer available: - plugin-banner - plugin-bartack - plugin-buttons - plugin-cutonfold - plugin-dimension - plugin-grainine - plugin-logo - plugin-notches - plugin-scalebox - plugin-title The new plugin-annotations package provides all these plugins used to provide. In addition, it also includes the following new macros: - bannerbox - pleat - sewTogether
6 lines
234 B
JavaScript
6 lines
234 B
JavaScript
// This file is auto-generated | Any changes you make will be overwritten.
|
|
import { plugin } from '../src/index.mjs'
|
|
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
|
|
|
|
// Run shared tests
|
|
sharedPluginTests(plugin)
|