Merge pull request #430 from treeform/readme

Update readme to conform to our style.
This commit is contained in:
Andre von Houck 2022-06-06 06:02:29 +03:00 committed by GitHub
commit bd99c2f55b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -12,6 +12,8 @@ This library is being actively developed and we'd be happy for you to use it.
![Github Actions](https://github.com/treeform/pixie/workflows/Github%20Actions/badge.svg)
[API reference](https://nimdocs.com/treeform/pixie)
Features:
* Typesetting and rasterizing text, including styled rich text via spans.
* Drawing paths, shapes and curves with even-odd and non-zero windings.
@ -23,10 +25,6 @@ Features:
* Complex blends: Darken, Multiply, Color Dodge, Hue, Luminosity... etc.
* Many operations are SIMD accelerated.
### Documentation
API reference: https://nimdocs.com/treeform/pixie/pixie.html
### Image file formats
Format | Read | Write |

View file

@ -8,7 +8,7 @@ srcDir = "src"
requires "nim >= 1.4.8"
requires "vmath >= 1.1.4"
requires "chroma >= 0.2.5"
requires "zippy >= 0.9.7"
requires "zippy >= 0.9.9"
requires "flatty >= 0.3.3"
requires "nimsimd >= 1.0.0"
requires "bumpy >= 1.1.1"