Avatar

lbb00

lalala
Joined October 7, 2023
Public vals
5
lbb00 avatar
lbb00
__htmlTesting
Cron
An interactive, runnable TypeScript val by lbb00
1
lbb00 avatar
lbb00
html
Script
Render html by tagged templates You can use this simple function to compose components, and you can also format the content within html`` elegantly in VSCode. Example const TitleTextDefault = ':)' const Title = (text)=> html`<h1>${text || TitleTextDefault}</h1>` // -> "<html><body><h1>:)</h1></body></html>" html`<html><body>${Title}</body></html>` // -> "<html><body><h1>!</h1></body></html>" html`<html><body>${Title('!')}</body></html>`
1
lbb00 avatar
lbb00
registryExample
HTTP
An interactive, runnable TypeScript val by lbb00
0
lbb00 avatar
lbb00
checkTensorArtWebStatus
Script
An interactive, runnable TypeScript val by lbb00
0
lbb00 avatar
lbb00
checkBPPRequirement
Script
https://csswizardry.com/2023/09/the-ultimate-lqip-lcp-technique Usage https://api.val.town/v1/run/lbb00.checkBPPRequirement?args=[imageUrl,minDisplayWidth,minDisplayHeight] Example
0
Next