Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

feat: add graph node #115

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Motion Canvas Graphing
# Motion Canvas Graphing and Graphs

[![npm](https://img.shields.io/npm/v/%40hhenrichsen%2Fmotion-canvas-graphing?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@hhenrichsen/motion-canvas-graphing)
[![GitHub](https://img.shields.io/github/v/tag/hhenrichsen/motion-canvas-graphing?style=for-the-badge&logo=github&label=GitHub) ](https://github.com/hhenrichsen/motion-canvas-graphing)
Expand Down
Empty file added src/Edge.ts
Empty file.
1 change: 1 addition & 0 deletions src/Graph.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export class Graph extends Node {}
Loading