1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 17:49:16 +02:00

Update license info on all webp-shim sources. Provide an example in the top-level README file for bitjs

This commit is contained in:
codedread 2020-03-14 09:54:04 -07:00
parent 557ef36bd0
commit 1bb77093ed
5 changed files with 45 additions and 5 deletions

View file

@ -1,5 +1,12 @@
/**
*
* webp-shim.js
*
* Loads in the WASM module and exposes methods to convert a WebP image into
* alternative raster graphics formats (PNG/JPG).
*
* Licensed under the MIT License
*
* Copyright(c) 2020 Google Inc.
*/
const url = import.meta.url;