From 4ddeafc36c59348dd83685451a557bb5056093c5 Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Thu, 7 Sep 2023 21:57:57 -0500 Subject: [PATCH] chore: update CI status to GitHub actions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 380176f..73832cf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# jpeg-js +# jpeg-js ![CI status](https://github.com/jpeg-js/jpeg-js/actions/workflows/ci.yml/badge.svg) A pure javascript JPEG encoder and decoder for node.js **NOTE:** this is a _synchronous_ (i.e. CPU-blocking) library that is much slower than native alternatives. If you don't need a _pure javascript_ implementation, consider using async alternatives like [sharp](http://npmjs.com/package/sharp) in node or the [Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) in the browser. -[![build status](https://secure.travis-ci.org/eugeneware/jpeg-js.png)](http://travis-ci.org/eugeneware/jpeg-js) + ## Installation