Git Product home page Git Product logo

historical-abcjs-versions's Introduction

Historical abcjs Versions

This repository contains the deliverables for all the versions of abcjs

Types of deliverables

Multiple files have been delivered for different uses over the years. Here is how to decode the file names:

Basic

In the early days, before SVG was standardized, raphael.js was a dependency and was bundled. This does not contain midi.js. In the early days, it did not include the interactive textarea.

abcjs_basic_VERSION-min.js

In the early days, this includes raphael.js and does not have audio or editing capabilities.

abcjs_basic_noraphael_VERSION-min.js

In the early days, before SVG was standardized, raphael.js was a dependency and was bundled. If you didn't want the bundle use this.

abcjs_basic_midi_VERSION-min.js

This includes the dependency to midi.js and supports audio.

abcjs_midi_VERSION-min.js

Like the basic version but with a dependency on midi.js.

Editor

This is like the basic version but includes the interactive editor in a textarea.

abcjs_editor_VERSION-min.js

This is like the basic version but includes support for an interactive textarea.

abcjs_editor_noraphael_VERSION-min.js

Like the editor without raphael.js.

abcjs_editor_midi_VERSION-min.js

Like the editor with a dependency on midi.js.

Plugin

This is like the basic version except that it scans the page on page load looking for any text that is a well-formed abc string and automatically creates music.

abcjs_plugin_VERSION-min.js

In the early days, before SVG was standardized, raphael.js was a dependency and was bundled. This does not contain midi.js.

abcjs_plugin-nojquery_VERSION-min.js

The plugin required jquery. If it is already on the page then use this version to avoid two versions.

abcjs_plugin-midi_VERSION-min.js

Like the plugin version but with a dependency on midi.js.

abcjs_plugin_nojquery_VERSION-min.js

Like the plugin version but without jquery.

abcjs_plugin_noraphael_nojquery_VERSION-min.js

Like the plugin version but without raphael.js or jquery.

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.