shioriloader
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

ShioriLoader

npm npm license npm download total npm download by month

Dependency Status devDependency Status Travis Build Status AppVeyor Build Status codecov.io Code Climate Codacy Badge Greenkeeper badge

伺かの栞サブシステムをロードします。

Usage

<script src="ShioriLoader.js"></script>
<script src="shioridetector-common_names.js"></script>
<script src="kawariworker.js"></script>
 
<script>
var ShioriLoader = shioriLoader.ShioriLoader;
ShioriLoader.shioriDetectors.push(function(){...}); // 追加の栞判定関数登録
ShioriLoader.shioriDetectors.push(function(){...});
// shioridetector-common_names.jsなど栞判定関数ライブラリを読み込めば自動的に登録されている。
 
ShioriLoader.detectShiori().then(function(shiori){
  shiori.load(dirpath).then(...);
}, function(error){
  throw error;
});
</script> 

API Documents

API Documents

References

License

This is released under MIT License.

Readme

Keywords

Package Sidebar

Install

npm i shioriloader

Weekly Downloads

2

Version

2.0.1

License

MIT

Last publish

Collaborators

  • narazaka