2.0.1 • Published 6 years ago

shioriloader v2.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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.