This directory contains the following documents and files that relate to the project:
- props:
sources.md
describes the component'ssources
property.render-engines.md
describes the component'srender-engines
property.plugins.md
describes the component'splugins
property.
- guidelines:
custom-plugin.md
describes how to write a custom plugin.custom-render-engine.md
describes how to write a custom render engine.
- templates:
plugin_README.md
is aREADME.md
document template for plugins.plugin
shows an exemplary files structure for plugins.render-engine_README.md
is aREADME.md
document template for render engines.render-engine
shows an exemplary files structure for render engines.