Skip to content

Instantly share code, notes, and snippets.

@pawan1997
pawan1997 / index.html
Created January 29, 2026 08:49
Mascot 3D - Three.js
<input type="file" id="fileInput" accept="image/*" style="display: none;">
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.170.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.170.0/examples/jsm/",
"lil-gui": "https://unpkg.com/three@0.170.0/examples/jsm/libs/lil-gui.module.min.js"
}
@pawan1997
pawan1997 / index.html
Created January 27, 2026 19:38
Ordered Dithering - A Close-Up Look
<canvas class="webgl"></canvas>
@pawan1997
pawan1997 / index.html
Created January 27, 2026 11:45
Monospace (ASCII art generator)
<div class="layout">
<aside class="sidebar">
<section class="control-group global-settings">
<h3>Global Settings</h3>
<div class="control">
<label for="theme">Theme:</label>
<select id="theme">
<option value="dark" selected>Dark</option>
<option value="light">Light</option>
</select>