Skip to content

Instantly share code, notes, and snippets.

View vasiltabakov's full-sized avatar
🎯
concentrating

Vasil Tabakov vasiltabakov

🎯
concentrating
  • Sofia, Bulgaria
  • 15:28 (UTC +02:00)
View GitHub Profile
@vasiltabakov
vasiltabakov / FigureOptions.ts
Created October 7, 2017 09:47
Quill editor editable image caption
import Quill from 'quill';
import {TaskerFigure} from './TaskerFigure';
import Parchment from 'parchment';
export class FigureOptions {
quill: Quill;
figure;
overlay;
linkRange;