1.0.1 • Published 3 years ago

react-p5-components v1.0.1

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

react-p5-components

:art: use p5.js in react without writing p5's code

Install

npm i react-p5-components

Components

GenerateLettersByDragCanvas

Code

import GenerateLettersByDragCanvas from "react-p5-components";

<GenerateLettersByDragCanvas
  letters={"example letters"}
  height={500}
  width={500}
  font={"Georgia"}
  fontColor={"#000000"}
  fontSizeMin={10}
  backgroundColor={"#CCCCCC"}
/>

Demo

click here

Props

*All Props is Required.
NameTypeDescription
lettersstringgenerate this letters
heightnumbercanvas height
widthnumbercanvas width
fontstringfont-family
fontColorstringfont color
fontSizeMinnumberminimum size of letter
backgroundColorstringcanvas background color