1.0.7 • Published 1 year ago

farapod-whiteboard v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

react-fabricjs-whiteboard ( 👷‍♀️ 🔨)

React whiteboard component based on Fabric.js and React-PDF.

Compatibility

React 17

Installation

npm install farapod-whiteboard

or

yarn add farapod-whiteboard

Usage

import { Whiteboard } from "react-fabricjs-whiteboard";

const App = () => {
  return <Whiteboard aspectRatio={4 / 3}/>
};

props

NameTypeDefaultDescription
aspectRationumber4/3An aspect ratio(width/height) of the canvas. You can resize the canvas with the same aspect ratio.
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago