# FabricJS
**Repository Path**: imsea/FabricJS
## Basic Information
- **Project Name**: FabricJS
- **Description**: Fabric.js 是一个在服务器端运行的 Node.js 扩展模块,用于在Web上绘制各种图形的 JS 库
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 8
- **Created**: 2020-09-09
- **Last Updated**: 2024-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Fabric.js
[](http://travis-ci.org/#!/kangax/fabric.js)
[](https://codeclimate.com/github/kangax/fabric.js)
[](https://coveralls.io/r/kangax/fabric.js?branch=master)
[](https://gitpod.io/#https://github.com/fabricjs/fabric.js)
[](http://badge.fury.io/bo/fabric)
[](http://badge.fury.io/js/fabric)
[](https://www.npmjs.org/package/fabric)
[](https://cdnjs.com/libraries/fabric.js)
[](https://david-dm.org/kangax/fabric.js)
[](https://david-dm.org/kangax/fabric.js#info=devDependencies)
[](https://www.bountysource.com/trackers/23217-fabric-js?utm_source=23217&utm_medium=shield&utm_campaign=TRACKER_BADGE)
[](https://flattr.com/submit/auto?user_id=kangax&url=http://github.com/kangax/fabric.js&title=Fabric.js&language=&tags=github&category=software)
**Fabric.js** is a framework that makes it easy to work with HTML5 canvas element. It is an **interactive object model** on top of canvas element. It is also an **SVG-to-canvas parser**.
Using Fabric.js, you can create and populate objects on canvas; objects like simple geometrical shapes — rectangles, circles, ellipses, polygons, or more complex shapes consisting of hundreds or thousands of simple paths. You can then scale, move, and rotate these objects with the mouse; modify their properties — color, transparency, z-index, etc. You can also manipulate these objects altogether — grouping them with a simple mouse selection.
### Non-Technical Introduction to Fabric
Fabric.js allows you to easily create simple shapes like rectangles, circles, triangles and other polygons or more complex shapes made up of many paths, onto the HTML `