0.3.4 • Published 6 years ago

@lyo/jpeg-js v0.3.4

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
6 years ago

@lyo/jpeg-js

A browser-compatible version of jpeg-js built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/jpeg-js"></script>

<script>
  jpegJs.encode(foo, bar);
  jpegJs.decode(foo, bar);
</script>

In Node.js

# Install
npm i @lyo/jpeg-js
const jpegJs = require('@lyo/jpeg-js')

jpegJs.encode(foo, bar);
jpegJs.decode(foo, bar);

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

0.3.4

6 years ago