Skip to content

naturallymitchell/jquery.iocurve

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%