AudiPlay 통합 - 무료 HTML5 오디오 플레이어
AudiPlay - HTML5 오디오 플레이어
AudiPlay 통합 - 무료 HTML5 오디오 플레이어
GitHub 참조 :- https://github.com/SH20RAJ/AudiPlay
통합 문서 참조 :- https://codexdindia.blogspot.com/2021/02/audiplay-integration-free-html5-audio.html
통합 단계
1단계:- 오디오 태그에 class="audiplay"를 사용합니다.
여기 오디오 태그가 있습니다
<audio controls class="audiplay" >
<source
src="https://cdn.jsdelivr.net/gh/sh20raj/AudiPlay/Ark.mp3"
type="audio/mp3"/>
</audio>
<!--Here is the Audio Tag Library-->
2단계:-