UNPKG

tldraw

Version:

A tiny little drawing editor.

8 lines (6 loc) 132 B
import { TestEditor } from './TestEditor' it('loads the test app', () => { expect(() => { new TestEditor() }).not.toThrow() })