From 02b713c1b990f1e03222e7bd9be4b27b599d4240 Mon Sep 17 00:00:00 2001 From: Kenneth Palaganas Date: Tue, 2 Oct 2018 15:10:07 +0800 Subject: [PATCH] Add Slang An audio programming language built in JS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78427d0..f01fd56 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ A curated list of awesome JavaScript frameworks, libraries and software. * [fabricjs/fabric.js](https://github.com/fabricjs/fabric.js) - Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser * [DrkSephy/es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet) - ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets * [goldfire/howler.js](https://github.com/goldfire/howler.js) - Javascript audio library for the modern web. +* [Slang](https://github.com/kylestetz/slang) - An audio programming language built in Javascript * [maxwellito/vivus](https://github.com/maxwellito/vivus) - JavaScript library to make drawing animation on SVG * [jsdom/jsdom](https://github.com/jsdom/jsdom) - A JavaScript implementation of the WHATWG DOM and HTML standards, for use with node.js * [jwagner/smartcrop.js](https://github.com/jwagner/smartcrop.js) - Content aware image cropping