代码 转 PPTX

上传代码或粘贴源码,自动分页生成暗色代码幻灯片。

代码编辑器

预计页数: 1

预览

const hello = (name: string) => {
  const msg = `Hello ${name}!`;
  console.log(msg);
};

hello("PPT");

导出时会应用暗色代码主题。