@itwin/core-markup
Version:
iTwin.js markup package
23 lines • 961 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
export * from "./Markup";
export * from "./MarkupTool";
export * from "./RedlineTool";
export * from "./SelectTool";
export * from "./TextEdit";
export * from "./Undo";
export * from "./SvgJsExt";
/** @docs-package-description
* The core-markup package supplies tools for creating, editing, and saving SVG-based markups of Viewports.
*/
/**
* @docs-group-description MarkupApp
* Classes for configuring and administering the markup system.
*/
/**
* @docs-group-description MarkupTools
* Classes for supplying interactive tools for creating and editing markup elements.
*/
//# sourceMappingURL=core-markup.js.map