q2apro / graphobed

A jquery script that finds equations on your website and embeds them as interactive graphs (as HTML5 canvas).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphobed

graphobed is a jquery script that finds equations on your website, parses them and embeds the according graphs below the formula as HTML5 canvas. To let the script find your equations, enclose them in *# equation #*

Embedded Graphs can be changed later on, using the created input field. This script relies on: jquery, easeljs and math.js

@version 0.0.1

@date 2015-04-02

@license Copyright (C) 2015 Kai Noack

Distributed under the terms of the MIT license. http://www.opensource.org/licenses/mit-license.html

USAGE:

Simply embed the script in your document's head section:

<script src="https://raw.githubusercontent.com/echteinfachtv/graphobed/master/graphobed.js" type="text/javascript"></script>

The formula parsing is done automatically.

Screenshot and GIF-Demo

About

A jquery script that finds equations on your website and embeds them as interactive graphs (as HTML5 canvas).


Languages

Language:HTML 100.0%