chinchang / code-blast-codemirror

✨Particles blasts while typing in Codemirror

Home Page:http://kushagragour.in/code-blast-codemirror/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code-blast plugin for Codemirror

This is a quick Codemirror port of lovely experiement by Joel Besada.

Simply put code-blast.js in your project and set the blastCode option to true when initializing codemirror. This library comes with inbuilt 2 types of effect.

Live Demo

Demo

var cm = CodeMirror(document.body, {
	blastCode: { effect: 1}, // `effect` can be 1 or 2
}

Coming up

  • Configurable options

About

✨Particles blasts while typing in Codemirror

http://kushagragour.in/code-blast-codemirror/demo/

License:MIT License


Languages

Language:JavaScript 53.0%Language:HTML 46.6%Language:CSS 0.4%