semtonotes-client
v0.2.3
Published
Semantic Topological Notes: A Topological Image Annotation and Image Retrieval System
Readme
SemToNotes Client
Usage
Serve ./xrx.api.drawing.min.js or use unpkg for testing:
<script src="https://unpkg.com/[email protected]"></script>Building
make build
# or
bash build/deps.sh
bash build/minify.shNode compat
NodeJS expects CommonJS module.exports. Therefore need to add
module.exports = xrxafter the closure-compiled code.
make nodedoes that.
