Skip to content

This library providing wrapper for fabric js and expose some helper methods for developers (Under Development)

Notifications You must be signed in to change notification settings

ansafans/ngx-fabric

Repository files navigation

NGX FABRIC

This Angular library is a perfect wrapper for Fabric Js and it exposed some helper methods for developers.

Installation

npm install ngx-fabric

Usage

app.module.ts

import { NgxFabricModule } from 'ngx-fabric';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    NgxFabricModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

API References

Services

  • Canvas
  • Image
  • IText
  • Color

Interfaces

  • CanvasInterface
  • ImageInterface
  • ITextInterface
  • ColorInterface

License

This project is licensed under the terms of the MIT license.

Further help

If you have ideas for more that should be on this page, let me know

About

This library providing wrapper for fabric js and expose some helper methods for developers (Under Development)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published