Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Aug 25, 2024
1 parent 485769e commit bbc3ee4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

A tiny cross-platform pixel buffer and foundation for pixel-based graphics.

<!--
[![Mirage on pub.dev][pub_img]][pub_url]
-->
[![Code coverage][cov_img]][cov_url]
[![Github action status][gha_img]][gha_url]
[![Dartdocs][doc_img]][doc_url]
[![Style guide][sty_img]][sty_url]

<!--
[pub_url]: https://pub.dartlang.org/packages/chaos
[pub_img]: https://img.shields.io/pub/v/pxl.svg
-->
[gha_url]: https://github.com/matanlurey/pxl.dart/actions
[gha_img]: https://github.com/matanlurey/pxl.dart/actions/workflows/check.yaml/badge.svg
[cov_url]: https://coveralls.io/github/matanlurey/pxl.dart?branch=main
[cov_img]: https://coveralls.io/repos/github/matanlurey/pxl.dart/badge.svg?branch=main
[doc_url]: https://matanlurey.github.io/pxl.dart/
<!--
[doc_url]: https://www.dartdocs.org/documentation/pxl/latest
-->
[doc_img]: https://img.shields.io/badge/Documentation-latest-blue.svg
[sty_url]: https://pub.dev/packages/oath
[sty_img]: https://img.shields.io/badge/style-oath-9cf.svg

## Usage

```dart
Expand Down

0 comments on commit bbc3ee4

Please sign in to comment.