UNPKG

text-annotator

Version:

A JavaScript library for locating and annotating plain text in HTML

5 lines (4 loc) 171 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const TextAnnotator = require("./text-annotator.js"); module.exports = TextAnnotator.default;