Skip to content

Javascript to embed sign-language animations — finger spell your text —

Notifications You must be signed in to change notification settings

nfreear/sign-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status — Travis-CI Javascript semistandard style NPM File size

nfreear / sign-machine

Version 2.x

Javascript to easily embed sign-language animations — finger spell your text. Currently supports British Sign Language. Read the blog post.

Install ... Test

npm i sign-machine
npm run build && npm test

Usage

HTML web-page snippet — via unpkg CDN (browse):

<div id="id-sign-machine">[ sign-machine requires Javascript ]</div>

<script src="https://unpkg.com/jquery@3.3.1/dist/jquery.min.js"></script>
<script src="https://unpkg.com/sign-machine@^2#._.js"></script>

Or, via RawGit CDN:

<script src="http://cdn.rawgit.com/nfreear/sign-machine/2.2.0/src/sign-machine.js"></script>

Local hosting, with an optional initial set:

<div id="id-sign-machine" data-sign-machine='{ "initial": "Hello" }'></div>

<script src="https://unpkg.com/jquery@3.3.1/dist/jquery.min.js"></script>
<script src="src/sign-machine.js"></script>

Screenshot

British Sign Language

2.x files

  • Javascript, LESS, CSS, HTML, GIF,
  • GIF images: each is animated, with 3 frames, 100 x 100 pixels.
graphics/{ a..z }.gif
node_modules/                      # Via: npm install
src/sign-machine.js
style/sign-machine.{ less → css }  # Via: lessc
index.html
package.json

Version 1.x

Legacy

British Sign Language finger-spelling machine - web service.

  • PHP, Javascript, CSS, GIF.
bookmarklet/index.php
graphics/*.gif
includes/*.{ js css png }
lib/*.{ php bookmarklet.js user..js }
wikidemo/index.php
index.php

Compatibility: PHP 4, IE 6, Firefox 3, Safari.

Initial commit of sign-machine aka. "BSM". Author/ Copyright 2008-08-30 Nicholas Freear (except graphics).


License

License: MIT.

© 2008-2018 Nick Freear. @nfreear.