ngx-fabric
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i ngx-fabric

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

1.27 MB

Total Files

44

Last publish

Collaborators

  • ansafans