From 181f874ea0fee5a21711d44bcb08a798f1b4e895 Mon Sep 17 00:00:00 2001 From: treeform Date: Wed, 2 Jun 2021 23:25:46 -0700 Subject: [PATCH] Add more tags to Pixie now that it does text. (#1919) --- packages.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 5ef49f4..cc426b0 100644 --- a/packages.json +++ b/packages.json @@ -11304,7 +11304,14 @@ "raster", "png", "bmp", - "jpg" + "jpg", + "graphics", + "2D", + "svg", + "font", + "opentype", + "truetype", + "text" ], "description": "Full-featured 2d graphics library for Nim.", "license": "MIT",