Public
Like
threedEmoji
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
include a container in your HTML
<div id="3d-emoji" style="width: 300px; height: 300px;"></div>
call the function after the DOM has loaded
import { create3DEmoji } from 'https://esm.town/v/iamseeley/threedEmoji';
document.addEventListener('DOMContentLoaded', () => {
create3DEmoji('😊', 300, 300);
});
Migrated from folder: resume/hello_resume/js/threedEmoji