Cubism 5 SDK for Web R1 beta4
wada-at-live2d-com
released this
18 Jan 03:11
·
4 commits
to master
since this release
Added
- Add
getPcmDataChannel()
andgetWavSamplingRate()
functions toLAppWavFileHandler
.
Changed
- Change return type of
loadWavFile()
toPromise<boolean>
. - Deprecate the use of the Singleton pattern in
LAppWavFileHandler
.- This change marks the following functions and variables as deprecated.
s_instance
getInstance()
releaseInstance()
- This change marks the following functions and variables as deprecated.
- Change target to
es6
. - Change to use
webgl2
.
Fixed
- Fix to check for error when reading json.
Removed
- Remove use of
polyfill
,watwg-fetch
andexperimental-webgl
.