@fcanvas/node
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

@fcanvas/node

Plugin allow use fcanvas in NodeJS

View source code at: https://github.com/fcanvas/fcanvas

NPM Size Download

Install

pnpm add fcanvas @fcanvas/node

Usage

import { Layer, Circle } from "@fcanvas/node"

const layer = new Layer()
layer.add(new Circle({ x: 100, y: 100, radius: 50, stroke: '#000' }))

layer.to

except Stage you can use anything from fcanvas through @fcanvas/node

Package Sidebar

Install

npm i @fcanvas/node

Weekly Downloads

3

Version

1.1.5

License

MIT

Unpacked Size

4.79 kB

Total Files

6

Last publish

Collaborators

  • tachibana-shin