epubavocado
v0.4.0
Published
I am an EPUB object model aspiring to be standards compliant.
Downloads
3
Maintainers
Readme
📗epubavocado🥑
I am an EPUB 3.2 object model aspiring to be standards compliant.
Features
- [ ] Documentation
- [x] Types
- [x] Test suite
- [ ] High coverage
- [ ] Benchmarks
- [ ] Performance tuning
Runtime support
- [x] Browser
- [ ] Native XPath
- [x] Node.js
- [ ] Deno
- [x] GraphQL.js
Standards-compliance
- EPUB Open Container Format (OCF) 3.2
- EPUB Packages 3.2
- [x] 3.4.1 The
package
Element - [x] 3.4.2 Shared Attributes
- [x] 3.4.3 Metadata
- [x] 3.4.4 Manifest
- [x] 3.4.5 Spine
- [ ] 3.4.6 Collections
- [ ] 3.4.7 Legacy
- [x] 4.1.1 Unique Identifier
- [x] 4.1.2 Release Identifier
- [ ] 4.2.4 The
prefix
Attribute- [x] Raw value
- [ ] Syntax
- [ ] Resolving as model
- [ ] Processing IRI
- [ ] 4.2.4 The
property
Data Type- [x] Syntax
- [x] Resolving as model
- [ ] Processing IRI
- [ ] 4.3 Package Rendering Metadata
- [x] Raw value
- [ ] Syntax
- [ ] Resolving as model
- [ ] Processing IRI
- [x] 3.4.1 The
Usage
Node.js
See this example from the tests.
GraphQL.js
See this example from the tests.