Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chinchang/code-blast-codemirror

✨Particles blasts while typing in Codemirror
https://github.com/chinchang/code-blast-codemirror

Last synced: 3 days ago
JSON representation

✨Particles blasts while typing in Codemirror

Awesome Lists containing this project

README

        

## Code-blast plugin for Codemirror

This is a quick Codemirror port of [lovely experiement by Joel Besada](https://twitter.com/JoelBesada/status/670343885655293952).

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](https://rawgit.com/chinchang/code-blast-codemirror/master/demo/index.html)

![Demo](/demo.gif)

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

### Coming up

- Configurable options