0.0.2 • Published 4 years ago

ngx-design-creator v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

ngx-design-creator

A design creator based on fabric.js for use in Angular

Demo

Features include

  • Ability to add Shapes, Images & Text.
  • Ability to change background colour
  • Ability to change shape color
  • Send Layers forward and backward

Install

yarn add ngx-design-creator

Then add to your imports

import { DesignCreatorModule } from 'ngx-auto-table/dist';

imports: [
  ...
  DesignCreatorModule,
  ...
]