UNPKG

text-annotator

Version:

A JavaScript library for locating and annotating plain text in HTML

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