UNPKG

2.79 kBMarkdownView Raw
1# @sutton-signwriting/sgnw-components
2
3[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sutton-signwriting/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4[![version](https://img.shields.io/npm/v/@sutton-signwriting/sgnw-components)](https://www.npmjs.com/package/@sutton-signwriting/sgnw-components)
5[![npm downloads](https://img.shields.io/npm/dm/@sutton-signwriting/sgnw-components)](https://npm-stat.com/charts.html?package=@sutton-signwriting/sgnw-components&from=2020-07-24)
6
7@sutton-signwriting/sgnw-components is a javascript package for the browser that includes a collection of web components built with https://stenciljs.com/
8
9This is an early release for testing and development.
10Feedback is welcome.
11
12This package supports both Formal SignWriting in ASCII (FSW) and SignWriting in Unicode (SWU) character sets, along with the associated query languages and style string. See [draft-slevinski-formal-signwriting](https://tools.ietf.org/id/draft-slevinski-formal-signwriting-07.html) for detailed specification.
13
14> Author: https://SteveSlevinski.me
15> Channel: https://www.youtube.com/channel/UCXu4AXlG0rXFtk_5SzumDow
16> Support: https://www.patreon.com/signwriting
17
18## Useful links
19
20- Source: https://github.com/sutton-signwriting/sgnw-components
21- Distribution: https://unpkg.com/browse/@sutton-signwriting/sgnw-components/
22- Documentation: https://sutton-signwriting.github.io/sgnw-components/
23- Issue Tracker: https://github.com/sutton-signwriting/sgnw-components/issues
24- Online Discussion: https://gitter.im/sutton-signwriting/community
25
26
27## Using the Sutton SignWriting Web Components
28
29### Script tag
30
31- Put a script tag similar to this `<script src='https://unpkg.com/@sutton-signwriting/sgnw-components@0.1.0/dist/sgnw-components.js'></script>` in the head of your index.html
32- Then you can use the elements anywhere in your template, JSX, html etc
33
34### Node Modules
35- Run `npm install @sutton-signwriting/sgnw-components --save`
36- Put a script tag similar to this `<script src='node_modules/@sutton-signwriting/sgnw-components/dist/sgnw-components.js'></script>` in the head of your index.html
37- Then you can use the element anywhere in your template, JSX, html etc
38
39### In a stencil-starter app
40- Run `npm install @sutton-signwriting/sgnw-components --save`
41- Add an import to the npm packages `import @sutton-signwriting/sgnw-components;`
42- Then you can use the element anywhere in your template, JSX, html etc
43
44
45## License
46MIT
47
48## SignWriting General Interest
49- SignWriting Website: https://signwriting.org/
50- Wikipedia page: https://en.wikipedia.org/wiki/SignWriting
51- Email Discussion: https://www.signwriting.org/forums/swlist/
52- Facebook Group: https://www.facebook.com/groups/SuttonSignWriting/