@kendraio/ngx-image-tagger
v0.1.1
Published
Angular image tagging component
Downloads
2
Keywords
Readme
Angular Image Tagger
The Image Tagger component from Kendraio App, split out into a separate reusable component.
Usage
Include the module in your app.module.ts
file:
imports: [
...
NgxImageTaggerModule
]
This module exposes an image tagger component you can use in your app:
<ngx-image-tagger src="/assets/fake-data/example-photo.jpg" [tags]="tags"
alt="Example Photo" (tagsChanged)="onTagsChange($event)"></ngx-image-tagger>