Browse Source

data: add mkr/pdf

master
Muthu Kumar 7 days ago
parent
commit
48409ff428
  1. 8
      src/pages/main/data/project.ts

8
src/pages/main/data/project.ts

@ -61,6 +61,14 @@ export const projects: Project[] = [
export const otherProjects: Project[] = [
{
title: "mkr/pdf (real name TBA)",
description: "A declarative Figma/flexbox-like layout engine from scratch, with a PDF backend. Allows designing PDFs in code. Canvas backend to be added in the future.",
url: "",
cat: "lib",
tags: [ "declarative", "layout", "pdf" ],
wip: true,
},
{
title: "deno shims",
description:
"Node shims for Deno’s runtime API. Transferred to official denoland.",

Loading…
Cancel
Save