Options
All
  • Public
  • Public/Protected
  • All
Menu

API Document

ghost-kernel

npm npm license npm download total npm download by month

Dependency Status devDependency Status Travis Build Status AppVeyor Build Status codecov.io Code Climate

ikagaka ghost kernel

Install

npm install ghost-kernel

Usage

node.js(ES2015):

import {Ghostkernel} from 'ghost-kernel';

node.js(ES5):

var ghostKernel = require('ghost-kernel');
var Ghostkernel = ghostKernel.Ghostkernel;

browser:

<script src="ghost-kernel.js"></script>
var Ghostkernel = ghostKernel.Ghostkernel;

API

API Document

License

This is released under MIT License.

Generated using TypeDoc