Skip to content

Commit

Permalink
Export toolOptions, fixes #1718
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jul 26, 2024
1 parent b34daad commit bd37842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import {Orientation} from './math/orientation';
import {getEllipseIndices} from './math/ellipse';
import {NumberRange} from './math/stats';
// tools
import {toolList} from './tools/index';
import {toolList, toolOptions} from './tools/index';
import {ScrollWheel} from './tools/scrollWheel';
// utils
import {precisionRound} from './utils/string';
Expand Down Expand Up @@ -169,6 +169,7 @@ export {
defaultPresets,
i18n,
toolList,
toolOptions,
Orientation,
BLACK,
addTagsToDictionary,
Expand Down

0 comments on commit bd37842

Please sign in to comment.