File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
33[ ![ GitHub Action] ( https://github.com/weizhenye/Danmaku/workflows/CI/badge.svg )] ( https://github.com/weizhenye/Danmaku/actions )
44[ ![ Coverage] ( https://badgen.net/codecov/c/github/weizhenye/Danmaku?icon=codecov )] ( https://codecov.io/gh/weizhenye/Danmaku )
5- [ ![ Dependencies] ( https://badgen.net/david/dep/weizhenye/Danmaku?icon=https://api.iconify.design/si-glyph:connect-2.svg?color=white )] ( https://david-dm.org/weizhenye/Danmaku )
65[ ![ NPM version] ( https://badgen.net/npm/v/danmaku?icon=npm )] ( https://www.npmjs.com/package/danmaku )
76[ ![ License] ( https://badgen.net/npm/license/danmaku?icon=https://api.iconify.design/octicon:law.svg?color=white )] ( https://github.com/weizhenye/Danmaku/blob/master/LICENSE )
87[ ![ File size] ( https://badgen.net/bundlephobia/minzip/danmaku?icon=https://api.iconify.design/ant-design:file-zip-outline.svg?color=white )] ( https://bundlephobia.com/result?p=danmaku )
Original file line number Diff line number Diff line change 4343 "homepage" : " https://danmaku.js.org/" ,
4444 "devDependencies" : {
4545 "@rollup/plugin-replace" : " ^2.3.3" ,
46- "chai" : " ^ 4.2.0" ,
46+ "chai" : " 4.2.0" ,
4747 "es6-promise" : " ^4.2.8" ,
4848 "eslint" : " ^7.6.0" ,
4949 "karma" : " ^5.1.1" ,
Original file line number Diff line number Diff line change 1- const dpr = typeof window !== 'undefined' && window . devicePixelRatio || 1 ;
1+ var dpr = typeof window !== 'undefined' && window . devicePixelRatio || 1 ;
22
33export var canvasHeightCache = Object . create ( null ) ;
44
You can’t perform that action at this time.
0 commit comments