naturallymitchell / jquery.iocurve

jQuery plugin like Tone Curve on Photoshop or GIMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery.iocurve

jQuery plugin like Tone Curve on Photoshop or GIMP. See Official page for more information.

Quick start

Create HTML and open in your browser.

<div class="iocurve" style="width:300px"></div>

<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cmiz/jquery.iocurve@0.0.6/dist/jquery.iocurve.min.js"></script>
<script>
$('.iocurve').iocurve();
</script>

License

Apache License 2.0

About

jQuery plugin like Tone Curve on Photoshop or GIMP

License:Other


Languages

Language:JavaScript 100.0%