Skip to content

BalamirReact/react-komik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Komik!

ReactJS based comic strip creator

react-komik

Usage

Just install it from npm

npm install react-komik

You can use the component by require it and bundle it with webpack or browserify

	import { Strip, Panel, Character, Balloon } from 'react-komik';

	let Comic = (props) => (
		<Strip title="Your title here" column="2">
			<Panel
		</Strip>
	);

UMD / CommonJS / Bower

License

MIT @sonnylazuardi

About

💬 ReactJS based comic strip creator using fabric.js canvas rendering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%