@akashic-environment/coe-plugin

Interface definitions for COE plugin

Usage no npm install needed!

<script type="module">
  import akashicEnvironmentCoePlugin from 'https://cdn.skypack.dev/@akashic-environment/coe-plugin';
</script>

README

coe-plugin

coe-plugin はAkashic上で共体験セッションを開始する際に利用する外部インターフェースです。

ビルド方法

coe-plugin はTypeScriptで書かれたjsモジュールであるため、ビルドにはNode.jsが必要です。

npm run build によりビルドできます。

npm install
npm run build

テスト方法

  1. TSLintを使ったLint

がそれぞれ実行されます。

npm test