@sutton-signwriting/sgnw-components
Version:
a javascript package of web components for use with the SignWriting script.
10 lines (7 loc) • 298 B
JavaScript
/*!
* The Sutton SignWriting Web Components
*/
import { S as SgnwPaletteSymbol$1, d as defineCustomElement$1 } from './sgnw-palette-symbol2.js';
const SgnwPaletteSymbol = SgnwPaletteSymbol$1;
const defineCustomElement = defineCustomElement$1;
export { SgnwPaletteSymbol, defineCustomElement };