0.1.6 • Published 2 years ago

@ngx-canvas/ruler v0.1.6

Weekly downloads
168
License
-
Repository
github
Last release
2 years ago

@ngx-canvas/ruler

This is a Typescript Library that makes canvas intergrations easier!

Official Documentation

Installation

$ npm i --save @ngx-canvas/ruler

Usage

Add package to NgModule imports:

import { RulerModule } from '@ngx-canvas/ruler';

@NgModule({
    ...
    imports: [
        RulerModule
    ]
    ...
})

Add component to your page:

<ruler>
    ...
</ruler>

License

This project is licensed under the MIT License - see the LICENSE file for details

DEONATE

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago