Public
Script
1
2
3
4
5
6
7
import { resume as resume2 } from "https://esm.town/v/ajax/resume";
export const resumeHtml = (async () => {
const resume = resume2;
const { render } = await import("https://esm.sh/jsonresume-theme-val@1.1.4");
return render(resume);
})();
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023