mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
Update README
This commit is contained in:
parent
845bb67c17
commit
6ab01af5de
1 changed files with 8 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Mangayomi is free an open source manga reader and anime streaming cross-platefor
|
|||
## Features
|
||||
|
||||
Features include:
|
||||
* [Supports external sources](https://github.com/kodjodevf/mangayomi-extensions), utilizing the capabilities of the [dart_eval](https://pub.dev/packages/dart_eval) package
|
||||
* [Supports external sources](https://github.com/kodjodevf/mangayomi-extensions), utilizing the capabilities of the [dart_eval](https://pub.dev/packages/dart_eval) package & [flutter_qjs package A small Javascript engine supports ES2020](https://github.com/kodjodevf/flutter_qjs)
|
||||
* Online reading from a variety of sources
|
||||
* Watching anime from a variety of sources
|
||||
* Local reading of downloaded content
|
||||
|
|
@ -82,6 +82,13 @@ flutter run
|
|||
For detailed instructions on writing Rust and Flutter together,
|
||||
please refer to Rinf's [documentation](https://rinf-docs.cunarist.com).
|
||||
|
||||
# Contributing
|
||||
|
||||
Contributions are welcome!
|
||||
|
||||
To get started with extension development, see [CONTRIBUTING.md](https://github.com/kodjodevf/mangayomi-extensions/blob/main/CONTRIBUTING.md) for create sources in Dart or [CONTRIBUTING-JS.md](https://github.com/kodjodevf/mangayomi-extensions/blob/main/CONTRIBUTING-JS.md) for create sources in JavaScript.
|
||||
|
||||
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue