Avatar

ije

Joined March 22, 2023
Public vals
4
ije avatar
ics_example
@ije
Script
Forked from stevekrouse/ics_example
ije avatar
htmlDemo
@ije
HTTP (deprecated)
An interactive, runnable TypeScript val by ije
ije avatar
html
@ije
Script
Rendering html with jsx - https://github.com/ije/html using JSX support Atomic CSS powered by UnoCSS dark mode(color scheme) /** @jsx h */ import { h, html } from "https://esm.town/v/ije/html"; export default () => { return html( <div class="flex items-center justify-center w-screen h-screen"> <p class="text-5xl font-bold text-green-600">Hello World!</p> </div> ); }; Demo: https://www.val.town/v/ije/htmlDemo
ije avatar
md
@ije
Script
md A Markdown renderer written in Zig & C, compiled to WebAssymbly for val.town - https://github.com/ije/md4w import { render } from "https://esm.town/v/ije/md" render("Stay _foolish_, stay **hungry**!") // -> <p>Stay <em>foolish</em>, stay <strong>hungry</strong>!</p>
Next