UNPKG

carta-md

Version:

A lightweight, fully customizable, Markdown editor

7 lines (6 loc) 112 B
export class Renderer { container; constructor(container) { this.container = container; } }