Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 416 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 416 Bytes

PictureSynthesis

a lightweight javacript library for synthesizing pictures

Install

  • base

your html

<script src="PictureSynthesis.js"></script>
  • npm
npm i picture-synthesis --save

your app.js

import PictureSynthesis from 'picture-synthesis'

Usage

const ic01 = new PictureSynthesis({
	mainImg:{...}
	elesImg:[...],
	type:'...'
});