Skip to content

Commit

Permalink
chore: update CI status to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Sep 8, 2023
1 parent b8cfcd4 commit 4ddeafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

Expand Down

0 comments on commit 4ddeafc

Please sign in to comment.