All Projects → chinchang → Code Blast Codemirror

chinchang / Code Blast Codemirror

Licence: mit
✨Particles blasts while typing in Codemirror

Programming Languages

javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].