ndla-image-search
v0.6.1
Published
A simple library for searching images from NDLA
Downloads
12
Keywords
Readme
ndla-licenses
A simple library for selecting images from NDLA
Installation
$ npm install ndla-image-search
Get image with the image selector
import ImageSearch from 'ndla-image-search';
const imageSelector = (image) => {
// handle image
}
<ImageSearch onImageSelect={imageSelector} />