zapixal-widget
v1.0.0
Published
An embeddable widget for Zapixal - The Free Private Image Converter
Maintainers
Readme
Zapixal Widget
An embeddable widget for Zapixal - The 100% private, client-side image converter.
Installation
You can install this widget via npm:
npm install zapixal-widgetUsage
Via CDN (HTML)
Just include the script and a container element in your HTML:
<div id="zapixal-widget"></div>
<script src="https://unpkg.com/zapixal-widget"></script>Via NPM (JavaScript)
import 'zapixal-widget';Make sure you have <div id="zapixal-widget"></div> somewhere in your DOM before the script runs.
