Skip to content

kaissaroj/waveimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Waveimage

Convert Simple Image to Wave format Image

Live Demo

Setup

Make sure you have the wave.min.js included in before end of body tag at html document.

<wave key = 1 src="Path/To/Image1" width="600" height="900"></wave>
<script src="Path/To/wave.min.js" type="text/javascript"></script>

Options

The attributes needed to include:

  • wave: HTML Tag for Wave Image
  • key: Should be unique key number
  • width: Width of image
  • height: Height of image

About

Convert Simple Image to Wave format Image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages