Sha256: 1c45e17d24d19cc95c16b59b8d966e75162f70af15dff025c13891a223160084
Contents?: true
Size: 335 Bytes
Versions: 10
Compression:
Stored size: 335 Bytes
Contents
# codemirror-hashare Hash based sharing plugin for codemirror ## Usage ```js // require plugin var hashare = require("codemirror-hashare") // Install plugin hashare(CodeMirror) var myCodeMirror = CodeMirror(document.body, { // ... hashare: true // enable buffer sharing }) ``` ## Install npm install codemirror-hashare
Version data entries
10 entries across 2 versions & 1 rubygems