apache / incubator-annotator

Apache Annotator provides annotation enabling code for browsers, servers, and humans.
https://annotator.apache.org/
Apache License 2.0
218 stars 44 forks source link

Add convenience matcher functions to dom package #138

Open Treora opened 1 year ago

Treora commented 1 year ago

We have discussed similar APIs before, to make the common use cases easier.

Note this code depends on (and already includes the commits of) #136 and #137.

When trying to run yarn start, I get an error about missing imports, so probably I messed something up still..