This Angular library is a perfect wrapper for Fabric Js and it exposed some helper methods for developers.
npm install ngx-fabric
app.module.ts
import { NgxFabricModule } from 'ngx-fabric';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
NgxFabricModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Services
- Canvas
- Image
- IText
- Color
Interfaces
- CanvasInterface
- ImageInterface
- ITextInterface
- ColorInterface
This project is licensed under the terms of the MIT license.
If you have ideas for more that should be on this page, let me know