Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-bertoncelli authored Mar 15, 2024
1 parent 4e9992f commit 9e2e554
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/ngx-konva/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Supported Angular version: `16`.
npm install ngx-konva [email protected]
```

Simply import `NgxKonvaModule` inside any module you need to use it in:

```typescript
import { NgxKonvaModule } from 'ngx-konva';

@NgModule({
// ... your stuff
imports: [
// ... other modules import
NgxKonvaModule,
],
// ... other module stuff
})
export class MyModule { }
```

## Konva API implementation status

| API | Status | Component |
Expand Down

0 comments on commit 9e2e554

Please sign in to comment.