Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @sekai-world/find-live2d-v3 with all npm packages installed. Try it out:

var findLive2dV3 = require("@sekai-world/find-live2d-v3")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@sekai-world/find-live2d-v3 v1.6.16

``` bash $ yarn add @sekai-world/find-live2d-v3 or $ npm install @sekai-world/find-live2d-v3 ``` ## 初始化 ``` typescript import live2d from '@sekai-world/find-live2d-v3' /** 初始化live2d * @param renderConfig?: { efficient: boolean, // 是否使用全效能模式 * fps?: number // 不使用全效模式事, 手动设置帧率. 默认60 * } */ let live2dInstance = new live2D() const live2dmanager = live2dInstance.initialize(renderConfig?: { efficient: boolean, fps?: number}) ```

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free