Skip to content

htmlgizmo.js is lightweight library to make elements on your page resizable, movable, rotatable.

License

Notifications You must be signed in to change notification settings

qrailibs/htmlgizmo.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

htmlgizmo.js

htmlgizmo.js is new lightweight JavaScript library to make elements on your page resizable, movable and rotatable.

Installation

  1. Copy code of src/htmlgizmo.min.js
  2. Create file htmlgizmo.min.js in your project dist folder
  3. Write <script src="dist/htmlgizmo.min.js"></script> in your .html page

How to use

To simply select element on your page and make it resizable:

<div id="resizable"></div>

<script src="dist/htmlgizmo.min.js"></script>
<script>
    htmlgizmo.select('#resizable','resize');
</script>

About

htmlgizmo.js is lightweight library to make elements on your page resizable, movable, rotatable.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published