English | 中文
## Overview larkplayer is a light and flexible web player * Lightweight, uglify + gzip < 12kb * Solve most compatibility issues, such as full screen, mobile inline playback, etc * Provide an event mechanism to proxy native events and allow custom events * Provide plugin mechanism to support multiple plugin types * Pure javascript, no specific framework dependencies We separate many functions into [plugins](./docs/plugins/plugin-list), also you can [build your own plugin](./docs/plugins) Check out [live examples](./examples) ## Download NPM ``` npm install larkplayer ``` CDN ``` ``` ## Quick Start #### Via script ```html