Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Carousel/Gallery Block for the Editor.js (https://editorjs.io).

NotificationsYou must be signed in to change notification settings

mr8bit/carousel-editorjs

Repository files navigation

Carousel Tool

Carousel/Gallery Block for theEditor.js.

Features

  • Uploading file from the device
  • Preload image

Note This Tool requires server-side implementation for file uploading. Seebackend response format for more details.

Installation

Manual downloading and connecting

  1. Upload folderdist from repository
  2. Adddist/bundle.js file to your page.

Usage

Add a new Tool to thetools property of the Editor.js initial config.

importCarouselfrom'Carousel';// or if you inject ImageTool via standalone scriptconstCarousel=window.Carousel;vareditor=EditorJS({  ...tools:{    ...carousel:{class:Carousel,config:{endpoints:{byFile:"URL_FETCH",}}},}  ...});

About

Carousel/Gallery Block for the Editor.js (https://editorjs.io).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp