JavaScripting

The definitive source of the best
JavaScript libraries, frameworks, and plugins.


  • ×

    Code Blast Codemirror

    Particles blasts while typing in Codemirror
    Filed under 

    • 🔾18%Overall
    • 344
    • 138.8 days
    • 🕩81
    • 👥5

    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
    Show All