Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 182 Bytes

RECORD.md

File metadata and controls

14 lines (10 loc) · 182 Bytes

fabric

在 Typescript 中使用 fabric,需要先安装@types/fabric

yarn add @types/fabric
yarn add fabric

then:

import { fabric } from 'fabric'