Overview
Live2D is a software technology that allows you to create dynamic expressions that breathe life into an original 2D illustration. Inject live2d in any browser.You need a model in anywhere online.For example, remu.json
Usage
Inject this js script  https://enjoy7ech.github.io/script/vscode-live2d/index.js  in your html. Then add initL2Dwidget call in your own script.
API: initL2DWidget(options, widgetStyle, canvasStyle, targetQuery)
                      This is the option merged to the init function. Docs can be checked on
                      
                        https://l2dwidget.js.org/docs/class/src/index.js~L2Dwidget.html#instance-method-init
                      
                      
                  
                        model.jsonPath is necessary.
                        this is a sample.
                        
                          
                      
                     { model: { jsonPath: 'https://raw.githubusercontent.com/enjoy7ech/vscode-live2d/master/packages/%E9%9B%B7%E5%A7%86/11.json', scale: 1 } } 
                        
                      The widget css style, set to HTMLElement.style.
                    
                  
                      The canvas css style, set to HTMLElement.style.
                      Normally, use relative and absolute layout to widget and canvas.
                    
                  The place widget will append.Normally to body.