Skip to content

AschPlatform/asch-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Author License NpmDownload Status NPM Version


Asch Javascript Library

Install

npm install asch-js

Import

CommonJS

var AschJS = require('asch-js');

Front end

<script type="text/javascript" src="/browserify-asch.js"></script>
# or
<script type="text/javascript" src="/browserify-asch-min.js"></script>

console.log(window.AschJS)

Usage

Please reference the asch http interface documents