UNPKG

js-draw

Version:

Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.

10 lines (9 loc) 327 B
import { EditorLocalization } from '../localization'; /** * Comments to help translators create translations. * * The key for each comment should be the same as is used in the * translation and original source records. */ declare const comments: Partial<Record<keyof EditorLocalization, string>>; export default comments;