项目作者: kaissaroj

项目描述 :
Convert Simple Image to Wave format Image
高级语言: HTML
项目地址: git://github.com/kaissaroj/waveimage.git
创建时间: 2018-11-16T07:38:29Z
项目社区:https://github.com/kaissaroj/waveimage

开源协议:

下载


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.

  1. <wave key = 1 src="Path/To/Image1" width="600" height="900"></wave>
  2. <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