Skip to content

xiaomomo1990/ImgSynthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:'...'
});

About

canvas/picture synthesis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published