1.0.26 • Published 10 months ago

ishan-test-web v1.0.26

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Project README

Setup

  1. In your desired module, define the schemas as [CUSTOM_ELEMENTS_SCHEMA]:

    import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
    
    @NgModule({
      schemas: [CUSTOM_ELEMENTS_SCHEMA]
    })
    export class YourModule { }
  2. In the required component, import the module using:

import 'ishan-test-web';

3. In your HTML, use the <is-perspective-crop> tag to include

```html
<is-perspective-crop></is-perspective-crop>
1.0.26

10 months ago

1.0.25

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago