Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

Outline

External

External libraries can be loaded through load(). Bitmap and Storage mimic behavior of libBitmap and libStorage in BiliScriptEngine. The rest should be high-level compatible with the BiliScriptEngine.

Bitmap.js

Implements AS3 BitmapData.

Storage.js

Implements remote storage support (as well as localstorage). It provides the entire API of BSE's libStorage alongside with extra functionality. Danmaku code can test if Storage.localStorage === true to determine if localStorage is supported.

Base64.js

Base64 Decoder. Source compatible with BSE.

Effects.js

Preset Effects. This uses native CCL optimizations so it is not recommended to be used with BSE.

LZ.js

String compression library. Source compatible with BSE.

UIKit.js

Simple kit for creating complex UI components. Partially source compatible with BSE.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.