Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ff-editor / lib / demoText5.js
Size: Mime:
"use strict";

var demo = {
  "entityMap": {},
  "blocks": [{
    "key": "fa9tb",
    "text": "asdf Hello, World!",
    "type": "unstyled",
    "depth": 0,
    "inlineStyleRanges": [],
    "entityRanges": [],
    "data": {
      "timestamp": 0
    }
  }]
};
module.exports = demo;