mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-03 06:00:09 +00:00
let's go boys!! canvas
This commit is contained in:
parent
3c22a45df3
commit
c7b98a39b8
240 changed files with 1212 additions and 12199 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { createTLStore, defaultShapeUtils, loadSnapshot } from "tldraw";
|
||||
import { getCanvasData } from "../app/actions/fetchers";
|
||||
import { twitterCardUtil } from "../components/canvas/twitterCard";
|
||||
import { textCardUtil } from "../components/canvas/textCard";
|
||||
// import { twitterCardUtil } from "../components/canvas/custom_nodes/twitterCard";
|
||||
import { twitterCardUtil } from "@/components/canvas/custom_nodes/twittercard";
|
||||
import { textCardUtil } from "@/components/canvas/custom_nodes/textcard";
|
||||
|
||||
export async function loadRemoteSnapshot(id: string) {
|
||||
const snapshot = await getCanvasData(id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue