@ggicci/image-decrypter
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

image-decrypter

npm version

Decrypt images in the browser.

Install

npm i @ggicci/image-decrypter

Quick View

See Demo

<img
  class="encrypted"
  src="https://via.placeholder.com/320x320/888888/000000?text=Placeholder"
  crypto-src="docs/Lenna.png.encrypted"
  crypto-iv="44122879D2A5371AC4D9AE85ECFA794E"
  crypto-key="98F7C27155698508057CC4650DF1A827"
/>

<script type="module">
  import { ImageDecrypter } from 'dist/index.js'
  new ImageDecryptor().decrypt()
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @ggicci/image-decrypter

Weekly Downloads

4

Version

1.0.0

License

none

Unpacked Size

12.4 kB

Total Files

6

Last publish

Collaborators

  • ggicci