Files
AFFiNE-Mirror/blocksuite/affine/gfx/brush/src/index.ts
T
fundon 2c4278058b feat(editor): add highlighter (#10573)
Closes: [BS-2909](https://linear.app/affine-design/issue/BS-2909/新增highlighter)

### What's Changed!

Currently the highlighter tool is very similar to brush, but for the future, it's a standalone module.

* Added `Highlighter` element model
* Added `Highlighter` tool
* Added `Highlighter` entry to the global toolbar
2025-03-27 08:53:26 +00:00

6 lines
171 B
TypeScript

export * from './brush-tool';
export * from './eraser-tool';
export * from './highlighter-tool';
export * from './toolbar/configs';
export * from './toolbar/senior-tool';