1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: asciinema-player v2.6.1 (#881)

This commit is contained in:
nobody
2022-02-24 06:04:17 +01:00
parent 1ac94d5577
commit ec347a62d3
7 changed files with 19 additions and 0 deletions

View File

@@ -130,6 +130,10 @@ mappings.cdn = {
'animejs/{version}/anime.': resources.animejs,
'aos/{version}/aos.css': resources.aosCSS,
'aos/{version}/aos.js': resources.aosJS,
'asciinema-player/{version}/asciinema-player.min.js': resources.asciinemaPlayerJS,
'asciinema-player/{version}/asciinema-player.js': resources.asciinemaPlayerJS,
'asciinema-player/{version}/asciinema-player.min.css': resources.asciinemaPlayerCSS,
'asciinema-player/{version}/asciinema-player.css': resources.asciinemaPlayerCSS,
'axios/{version}/axios.': resources.axios,
'babel-polyfill/{version}/polyfill.': resources.babelPolyfill,
'babel-standalone/{version}/babel.': resources.babelStandalone,