UNPKG

jointjs

Version:

JavaScript diagramming library

10 lines (9 loc) 164 B
// Internal list of HTML entities for escaping. export default { '&': '&amp;', '<': '&lt;', '>': '&gt;', '"': '&quot;', "'": '&#x27;', '`': '&#x60;' };