Package Exports
- @eliumhq/slate
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@eliumhq/slate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
This package contains the core logic of Slate. It's separated further into a series of directories:
- Changes — containing the changes that are used to alter a Slate document.
- Constants — containing constants that are used in Slate's codebase.
- Models — containing the models that define Slate's data structure.
- Operations — containing the low-level operations that create Slate changes.
- Schemas - containing the core schema that ships with Slate by default.
- Utils — containing a few private convenience modules.
Feel free to poke around in each of them to learn more!