Giter Club home page Giter Club logo

myscript-math-web's Introduction

myscript-math-web

The easy way to integrate mathematical expressions handwriting recognition in your web app.

<html>
<head>
    <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
    <link rel="import" href="bower_components/myscript-math-web/myscript-math-web.html">
</head>
<body>
    <myscript-math-web 
        applicationkey="#PUT YOUR MYSCRIPT CDK APPLICATION KEY HERE#" 
        hmackey="#PUT YOUR MYSCRIPT CDK HMAC KEY HERE#">
    </myscript-math-web>
</body>
</html>

Test it live!

What is it about?

myscript-math-web is a web component that can be used in every web application (whatever the JavaScript library you are using) to bring handwriting recognition. It integrates all you need:

  • Signal capture,
  • Nice digital ink rendering,
  • Plug with MyScript CDK to bring handwriting recognition.

Installation

Bower: bower install myscript-math-web

Start using myscript-math-web

  1. Create an account on the Developer portal, which will allow you to generate an application key and HMAC key.

  2. Import Web Components' polyfill

    <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>

  3. Import Custom Element

    <link rel="import" href="bower_components/myscript-math-web/myscript-math-web.html">

  4. Use it

    <myscript-math-web applicationkey="#PUT YOUR MYSCRIPT CDK APPLICATION KEY HERE#" hmackey="#PUT YOUR MYSCRIPT CDK HMAC KEY HERE#"></myscript-math-web>

Documentation

The API Reference is available here: https://myscript.github.io/myscript-math-web/

Contribute

If you wish to contribute to myscript-math-web, feel free to fork it, fire bower install and use polyserve as an HTTP server. The demo page (in demo directory) can help you make your first experimentation.

Please sign our Contributor License Agreement before submitting your pull request.

Share your feedback

Made a cool app with myscript-math-web? We would love to hear about it!

We plan to showcase apps, so let us know by writing to [email protected]

License

Apache License 2.0

myscript-math-web's People

Contributors

padewitte avatar would-code-again avatar ystreibel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.