Skip to content

hiNISAL/snow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snow

javascript下雪插件

安装

npm i any-snow -S

使用

// browser
<script src="./snow.js"></script>
new $Snow(options);

// commonjs
const $Snow = require('any-snow');
new $Snow(options);

// es module
import $Snow from '$Snow';
new $Snow(options);

配置项

  • 见index.html

预览 https://hinisal.github.io/snow/

Releases

No releases published

Packages

No packages published