├── src ├── scss │ └── common │ │ ├── base.scss │ │ ├── _index.scss │ │ ├── _variable.scss │ │ ├── _utils.scss │ │ └── _mixin.scss ├── lib │ ├── font-icon │ │ ├── fonts │ │ │ ├── icomoon.eot │ │ │ ├── icomoon.ttf │ │ │ ├── icomoon.woff │ │ │ └── icomoon.svg │ │ ├── Read Me.txt │ │ ├── style.css │ │ ├── demo-files │ │ │ ├── demo.js │ │ │ └── demo.css │ │ ├── selection.json │ │ └── demo.html │ ├── d-audio.ts │ ├── types.ts │ ├── utils.js │ ├── d-audio.less │ └── d-audio.js ├── style.less ├── index.js └── commonjs │ └── dom.js ├── static ├── demo.png └── font-icon │ ├── fonts │ ├── icomoon.eot │ ├── icomoon.ttf │ └── icomoon.woff │ ├── Read Me.txt │ ├── demo-files │ ├── demo.js │ └── demo.css │ ├── musicsvg │ ├── search.svg │ ├── menu.svg │ ├── community.svg │ ├── message.svg │ ├── music.svg │ ├── market.svg │ ├── vip.svg │ └── wangyiyun.svg │ ├── font.css │ ├── style.css │ └── demo.html ├── .gitignore ├── .gitattributes ├── .sass-cache ├── 0a5b9e5b1e3754f604277acdac27111dd35cabde │ ├── music.scssc │ ├── print.scssc │ ├── ie.scssc │ └── screen.scssc ├── 595fac6b687c9031debfb4ea4c8b3511cc17aba3 │ └── _hacks.scssc ├── cc62a9c0446b28a796c0f758ad36f493d3b6c7e1 │ ├── music.scssc │ ├── print.scssc │ └── ie.scssc ├── e5704c795dbe374bcbb00ea9ed62bda0de02a419 │ └── _hacks.scssc ├── 3746710bfe7e0b2975954c3a0118ba047eb1860b │ ├── _columns.scssc │ ├── _filter.scssc │ ├── _flexbox.scssc │ ├── _images.scssc │ ├── _opacity.scssc │ ├── _regions.scssc │ ├── _animation.scssc │ ├── _box-shadow.scssc │ ├── _box-sizing.scssc │ ├── _font-face.scssc │ ├── _transform.scssc │ ├── _transition.scssc │ ├── _border-radius.scssc │ ├── _hyphenation.scssc │ ├── _inline-block.scssc │ ├── _text-shadow.scssc │ ├── _background-clip.scssc │ ├── _background-size.scssc │ ├── _user-interface.scssc │ ├── _background-origin.scssc │ ├── _deprecated-support.scssc │ └── _appearance.scssc ├── 66a6c63543755e256f50ddbcedde96ac95a39daf │ ├── _columns.scssc │ ├── _filter.scssc │ ├── _flexbox.scssc │ ├── _images.scssc │ ├── _opacity.scssc │ ├── _regions.scssc │ ├── _animation.scssc │ ├── _box-shadow.scssc │ ├── _box-sizing.scssc │ ├── _font-face.scssc │ ├── _transform.scssc │ ├── _transition.scssc │ ├── _border-radius.scssc │ ├── _hyphenation.scssc │ ├── _inline-block.scssc │ ├── _text-shadow.scssc │ ├── _background-clip.scssc │ ├── _background-size.scssc │ ├── _user-interface.scssc │ ├── _background-origin.scssc │ ├── _deprecated-support.scssc │ └── _appearance.scssc ├── 8f94eb898a9783786c406a84806e4fc94c68aa1c │ └── _ellipsis.scssc ├── a8471a902a24f38d6f8f510f8eebb5bd99a3e84a │ └── _ellipsis.scssc ├── b4dc5ef3282a087fe58bacd7d9b56433752b3ac9 │ ├── _support.scssc │ ├── _reset.scssc │ ├── _layout.scssc │ └── _css3.scssc ├── e2214a8e0a0ef64109648bc4379ad363dc2c7c41 │ ├── _support.scssc │ ├── _reset.scssc │ ├── _layout.scssc │ └── _css3.scssc ├── 1c55ff75eb871a92f011a15f99543689ca821795 │ └── _utilities.scssc ├── 36b57299b158e5748b24119f6434328cb2937743 │ ├── _stretching.scssc │ ├── _sticky-footer.scssc │ └── _grid-background.scssc ├── 3aa8e0230493eb6fd1c3680539c42b9bb329e1c6 │ ├── _stretching.scssc │ ├── _sticky-footer.scssc │ └── _grid-background.scssc ├── f20dab5b7fb1216f35d8484ebb92bc8dca57139a │ └── _utilities.scssc ├── 79db1df0af0471c2664c612e8a6fdc3832f23fae │ └── _link-colors.scssc ├── 75fcaf1b4852ceb732871195e41567cc2a7d8997 │ ├── D%058 │ │ └── qianduan │ │ │ └── Ruby23-x64 │ │ │ └── lib │ │ │ └── ruby │ │ │ └── gems │ │ │ └── 2.3.0 │ │ │ └── gems │ │ │ └── compass-core-1.0.3 │ │ │ └── stylesheets │ │ │ └── compass │ │ │ ├── css3 │ │ │ ├── _background-size.scssc │ │ │ └── _images.scssc │ │ │ ├── _reset.scssc │ │ │ └── _support.scssc │ └── C%058 │ │ └── Ruby22-x64 │ │ └── lib │ │ └── ruby │ │ └── gems │ │ └── 2.2.0 │ │ └── gems │ │ └── compass-core-1.0.3 │ │ └── stylesheets │ │ └── compass │ │ ├── _reset.scssc │ │ ├── _support.scssc │ │ └── css3 │ │ ├── _images.scssc │ │ └── _background-size.scssc └── 82117ecccce67b6509a0c6525a1b60121bc4b697 │ └── _link-colors.scssc ├── test.html ├── index.html ├── config.rb ├── package.json ├── README.md ├── webpack.config.js └── lib └── d-audio └── d-audio.css /src/scss/common/base.scss: -------------------------------------------------------------------------------- 1 | @import './_index.scss' -------------------------------------------------------------------------------- /static/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/static/demo.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | dist/ 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* -------------------------------------------------------------------------------- /src/lib/font-icon/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/src/lib/font-icon/fonts/icomoon.eot -------------------------------------------------------------------------------- /src/lib/font-icon/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/src/lib/font-icon/fonts/icomoon.ttf -------------------------------------------------------------------------------- /static/font-icon/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/static/font-icon/fonts/icomoon.eot -------------------------------------------------------------------------------- /static/font-icon/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/static/font-icon/fonts/icomoon.ttf -------------------------------------------------------------------------------- /static/font-icon/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/static/font-icon/fonts/icomoon.woff -------------------------------------------------------------------------------- /src/lib/font-icon/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/src/lib/font-icon/fonts/icomoon.woff -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.js linguist-language=javascript 2 | *.css linguist-language=javascript 3 | *.html linguist-language=javascript 4 | -------------------------------------------------------------------------------- /src/scss/common/_index.scss: -------------------------------------------------------------------------------- 1 | @import "node_modules/compass-mixins/lib/compass/css3"; 2 | @import './_variable'; 3 | @import './_utils'; 4 | @import './_mixin'; -------------------------------------------------------------------------------- /.sass-cache/0a5b9e5b1e3754f604277acdac27111dd35cabde/music.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/0a5b9e5b1e3754f604277acdac27111dd35cabde/music.scssc -------------------------------------------------------------------------------- /.sass-cache/0a5b9e5b1e3754f604277acdac27111dd35cabde/print.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/0a5b9e5b1e3754f604277acdac27111dd35cabde/print.scssc -------------------------------------------------------------------------------- /.sass-cache/595fac6b687c9031debfb4ea4c8b3511cc17aba3/_hacks.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/595fac6b687c9031debfb4ea4c8b3511cc17aba3/_hacks.scssc -------------------------------------------------------------------------------- /.sass-cache/cc62a9c0446b28a796c0f758ad36f493d3b6c7e1/music.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/cc62a9c0446b28a796c0f758ad36f493d3b6c7e1/music.scssc -------------------------------------------------------------------------------- /.sass-cache/cc62a9c0446b28a796c0f758ad36f493d3b6c7e1/print.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/cc62a9c0446b28a796c0f758ad36f493d3b6c7e1/print.scssc -------------------------------------------------------------------------------- /.sass-cache/e5704c795dbe374bcbb00ea9ed62bda0de02a419/_hacks.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/e5704c795dbe374bcbb00ea9ed62bda0de02a419/_hacks.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_columns.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_columns.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_filter.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_filter.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_flexbox.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_flexbox.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_images.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_images.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_opacity.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_opacity.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_regions.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_regions.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_columns.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_columns.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_filter.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_filter.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_flexbox.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_flexbox.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_images.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_images.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_opacity.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_opacity.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_regions.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_regions.scssc -------------------------------------------------------------------------------- /.sass-cache/8f94eb898a9783786c406a84806e4fc94c68aa1c/_ellipsis.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/8f94eb898a9783786c406a84806e4fc94c68aa1c/_ellipsis.scssc -------------------------------------------------------------------------------- /.sass-cache/a8471a902a24f38d6f8f510f8eebb5bd99a3e84a/_ellipsis.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/a8471a902a24f38d6f8f510f8eebb5bd99a3e84a/_ellipsis.scssc -------------------------------------------------------------------------------- /.sass-cache/b4dc5ef3282a087fe58bacd7d9b56433752b3ac9/_support.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/b4dc5ef3282a087fe58bacd7d9b56433752b3ac9/_support.scssc -------------------------------------------------------------------------------- /.sass-cache/e2214a8e0a0ef64109648bc4379ad363dc2c7c41/_support.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/e2214a8e0a0ef64109648bc4379ad363dc2c7c41/_support.scssc -------------------------------------------------------------------------------- /.sass-cache/1c55ff75eb871a92f011a15f99543689ca821795/_utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/1c55ff75eb871a92f011a15f99543689ca821795/_utilities.scssc -------------------------------------------------------------------------------- /.sass-cache/36b57299b158e5748b24119f6434328cb2937743/_stretching.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/36b57299b158e5748b24119f6434328cb2937743/_stretching.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_animation.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_animation.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_box-shadow.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_box-shadow.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_box-sizing.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_box-sizing.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_font-face.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_font-face.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_transform.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_transform.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_transition.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_transition.scssc -------------------------------------------------------------------------------- /.sass-cache/3aa8e0230493eb6fd1c3680539c42b9bb329e1c6/_stretching.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3aa8e0230493eb6fd1c3680539c42b9bb329e1c6/_stretching.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_animation.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_animation.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_box-shadow.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_box-shadow.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_box-sizing.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_box-sizing.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_font-face.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_font-face.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_transform.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_transform.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_transition.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_transition.scssc -------------------------------------------------------------------------------- /.sass-cache/f20dab5b7fb1216f35d8484ebb92bc8dca57139a/_utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/f20dab5b7fb1216f35d8484ebb92bc8dca57139a/_utilities.scssc -------------------------------------------------------------------------------- /.sass-cache/36b57299b158e5748b24119f6434328cb2937743/_sticky-footer.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/36b57299b158e5748b24119f6434328cb2937743/_sticky-footer.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_border-radius.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_border-radius.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_hyphenation.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_hyphenation.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_inline-block.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_inline-block.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_text-shadow.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_text-shadow.scssc -------------------------------------------------------------------------------- /.sass-cache/3aa8e0230493eb6fd1c3680539c42b9bb329e1c6/_sticky-footer.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3aa8e0230493eb6fd1c3680539c42b9bb329e1c6/_sticky-footer.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_border-radius.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_border-radius.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_hyphenation.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_hyphenation.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_inline-block.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_inline-block.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_text-shadow.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_text-shadow.scssc -------------------------------------------------------------------------------- /.sass-cache/79db1df0af0471c2664c612e8a6fdc3832f23fae/_link-colors.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/79db1df0af0471c2664c612e8a6fdc3832f23fae/_link-colors.scssc -------------------------------------------------------------------------------- /.sass-cache/36b57299b158e5748b24119f6434328cb2937743/_grid-background.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/36b57299b158e5748b24119f6434328cb2937743/_grid-background.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_background-clip.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_background-clip.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_background-size.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_background-size.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_user-interface.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_user-interface.scssc -------------------------------------------------------------------------------- /.sass-cache/3aa8e0230493eb6fd1c3680539c42b9bb329e1c6/_grid-background.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3aa8e0230493eb6fd1c3680539c42b9bb329e1c6/_grid-background.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_background-clip.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_background-clip.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_background-size.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_background-size.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_user-interface.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_user-interface.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_background-origin.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_background-origin.scssc -------------------------------------------------------------------------------- /.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_deprecated-support.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/3746710bfe7e0b2975954c3a0118ba047eb1860b/_deprecated-support.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_background-origin.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_background-origin.scssc -------------------------------------------------------------------------------- /.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_deprecated-support.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/66a6c63543755e256f50ddbcedde96ac95a39daf/_deprecated-support.scssc -------------------------------------------------------------------------------- /src/lib/d-audio.ts: -------------------------------------------------------------------------------- 1 | import './d-audio.less' 2 | import { Ioptions } from './types' 3 | import { dom } from './utils.js' 4 | import Vibrant from 'node-vibrant' 5 | class DAudio { 6 | constructor(obj: Ioptions) { 7 | } 8 | } -------------------------------------------------------------------------------- /src/lib/types.ts: -------------------------------------------------------------------------------- 1 | export interface Ioptions { 2 | ele: string | any; 3 | imageUrl?: string; 4 | src: string; 5 | name: string; 6 | singer: string; 7 | showProgress?: boolean; 8 | initstate?: string; 9 | loop?: string; 10 | ended?: () => void; 11 | next?: () => void; 12 | } 13 | -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/D%058/qianduan/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_background-size.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IFmiss/d-audio/master/.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/D%058/qianduan/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_background-size.scssc -------------------------------------------------------------------------------- /test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 |Generated by IcoMoon
85 |${this.opt.singer}
100 |Generated by IcoMoon
821 |