@lyo/jpeg-js

0.3.4 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @lyo/jpeg-js

Weekly Downloads

1

Version

0.3.4

License

BSD-3-Clause

Unpacked Size

41.8 kB

Total Files

3

Last publish

Collaborators

  • lyo