1
0
Fork 0
freesewing/markdown/dev/guides/plugins/loading/en.md
2022-10-12 21:52:47 +02:00

469 B

title order
Loading plugins 140

Plugins can be loaded at build time and added to the desig. Or at run time and added to an instantiated pattern.

To load a plugin at build time, it should be added to the plugins key of the part configuration.

To load a plugin at run time, it should be loaded with a call to Pattern.use().

Please refer to the relevant documentation for more details.