UNPKG
@mkxtch/ckeditor5-unsplash-search-image
Version:
latest (35.0.1)
35.0.1
34.2.0
Plugin ckeditor5 Search image from unsplash
@mkxtch/ckeditor5-unsplash-search-image
/
src
/
index.js
8 lines
(5 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
unsplash
from
'./../theme/icons/unsplash.svg'
;
export
{
default
as
insertImageUnsplash }
from
'./insertImageUnsplash'
;
export
const
icons = { unsplash };