Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.15 KB

Iduna Image Selector

Javascript form input transformer. Creates an interactive gallery style image selector. Given an array of images and their values, Iduna will transform the input element into a button that trigger a popup (modal) where the user can select image(s). The selected image's values are stored in the now hidden input element ready for form submission, etc.

alt image

How to use

Comming Soon...

Gulp Commands

  • gulp build - Compiles Sass & Javascript into dist folder
  • gulp sass - Compiles Sass files into dist folder
  • gulp js - Compiles Javascript files into dist folder
  • gulp serve - Starts a Live Reloading Server and watches files for changes
  • gulp test - Starts running Karma/Jasmine Tests

To Do

  • Add Ability to Select between with shift
  • Add Settings
    • Multi Select Modifiers etc
  • Add type checking
  • Write tests
  • Style
    • Exit Icon
    • Close button on bottom of modal
  • Add handling for JSON data entry
  • Document how to use

Known Issues

  • Cannot Discern between two images which share a value