1.0.2 • Published 3 years ago

@wafuwafu13/react-rich-text-test-test v1.0.2

Weekly downloads
-
License
ISC
Repository
-
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

NameTypeDefaultDescription
lettersstringgenerate this letters
heightnumber500canvas height
widthnumber500canvas width
fontstring"Georgia"font-family
fontColorstring"#000000"font color
fontSizeMinnumber10minimum size of letter
backgroundColorstring#CCCCCCcanvas background color