Skip to content

Instantly share code, notes, and snippets.

@bepro-dev
bepro-dev / 360player.html
Last active September 6, 2024 04:18
Implement 360 Video Player in JS
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>360 Video Player</title>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>