Merge pull request #430 from treeform/readme
Update readme to conform to our style.
This commit is contained in:
commit
bd99c2f55b
2 changed files with 3 additions and 5 deletions
|
@ -12,6 +12,8 @@ This library is being actively developed and we'd be happy for you to use it.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
[API reference](https://nimdocs.com/treeform/pixie)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Typesetting and rasterizing text, including styled rich text via spans.
|
* Typesetting and rasterizing text, including styled rich text via spans.
|
||||||
* Drawing paths, shapes and curves with even-odd and non-zero windings.
|
* 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.
|
* Complex blends: Darken, Multiply, Color Dodge, Hue, Luminosity... etc.
|
||||||
* Many operations are SIMD accelerated.
|
* Many operations are SIMD accelerated.
|
||||||
|
|
||||||
### Documentation
|
|
||||||
|
|
||||||
API reference: https://nimdocs.com/treeform/pixie/pixie.html
|
|
||||||
|
|
||||||
### Image file formats
|
### Image file formats
|
||||||
|
|
||||||
Format | Read | Write |
|
Format | Read | Write |
|
||||||
|
|
|
@ -8,7 +8,7 @@ srcDir = "src"
|
||||||
requires "nim >= 1.4.8"
|
requires "nim >= 1.4.8"
|
||||||
requires "vmath >= 1.1.4"
|
requires "vmath >= 1.1.4"
|
||||||
requires "chroma >= 0.2.5"
|
requires "chroma >= 0.2.5"
|
||||||
requires "zippy >= 0.9.7"
|
requires "zippy >= 0.9.9"
|
||||||
requires "flatty >= 0.3.3"
|
requires "flatty >= 0.3.3"
|
||||||
requires "nimsimd >= 1.0.0"
|
requires "nimsimd >= 1.0.0"
|
||||||
requires "bumpy >= 1.1.1"
|
requires "bumpy >= 1.1.1"
|
||||||
|
|
Loading…
Reference in a new issue