@gw2/markup-to-text
v1.0.1
Published
Convert Guild Wars 2 Markup AST to plain text
Downloads
422
Maintainers
Readme
@gw2/markup-to-text
This package converts a Guild Wars 2® markup AST into plain text by stripping all markup nodes.
Usage
Use this package to extract human-readable text from a Guild Wars 2® markup AST.
import { gw2MarkupToText } from '@gw2/markup-to-text';
const text = gw2MarkupToText(ast);License
This package is licensed under the MIT License.
