From bbc3ee4c147781267d6395c3804e727696ea829a Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Sun, 25 Aug 2024 11:08:33 -0700 Subject: [PATCH] Update README. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 2e780e4..958fb76 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,30 @@ A tiny cross-platform pixel buffer and foundation for pixel-based graphics. + +[![Code coverage][cov_img]][cov_url] +[![Github action status][gha_img]][gha_url] +[![Dartdocs][doc_img]][doc_url] +[![Style guide][sty_img]][sty_url] + + +[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_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