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:
parent
557ef36bd0
commit
1bb77093ed
5 changed files with 45 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue