From 6ba9b58901e0d4a8ff78d249f54ceb6d8cc80afe Mon Sep 17 00:00:00 2001 From: Stefan Cameron Date: Fri, 8 Mar 2024 16:39:21 -0600 Subject: [PATCH] Add CI and MIT badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f953390..ea4eb6b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI](https://github.com/stefcameron/text-to-canvas/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/stefcameron/text-to-canvas/actions/workflows/ci.yml) [![license](https://badgen.now.sh/badge/license/MIT)](./LICENSE) + # text-to-canvas Render multiline plain or rich text into textboxes on HTML5 Canvas with automatic line wrapping, in the browser or in Node.