propresenter-parser
Version:
Parses ProPresenter 4, 5, and 6 files to extract the data, and can build ProPresenter 5 and 6 files
16 lines (12 loc) • 422 B
Markdown
# Outlines
This outline object contains everything needed to represent an element outline within ProPresenter.
## The `IProElementOutline` Object
The property names are self descriptive. For more details about the object on the `color` property, please refer to [the colors docs page](colors.md).
Here is an example shadow object
```javascript
{
color: { r: 0, g: 0, b: 0 }, //black
enabled: true,
size: 2,
}
```