@drovp/encode
Version:
Encode video, audio, and images into common formats.
17 lines (16 loc) • 404 B
HTML
<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8" />
<meta
http-equiv="Content-Security-Policy"
content="default-src * data: 'unsafe-inline' 'unsafe-eval'"
/>
<title>Encode editor</title>
<link rel="stylesheet" href="editor.css" />
</head>
<body>
<div id="app-container" class="app-container"></div>
<script src="editor.js"></script>
</body>
</html>