reader_mode 0.1.0
reader_mode: ^0.1.0 copied to clipboard
A Dart port of Mozilla's Readability.js content extraction library.
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 #
- Initial release as
reader_mode - Dart port of Mozilla's Readability.js content extraction library
- Dual parser support: JSDOMParser (default) and html package
isProbablyReaderable()function to check content before parsing- CLI tool for command-line content extraction
- JavaScript/WASM compilation support
- TypeScript type definitions
- Custom logger callback support
- Requires Dart SDK >=3.3.0