Replace with relative path

This commit is contained in:
Ashish Jain
2024-09-10 13:19:32 +02:00
parent 5ab955b6b3
commit 900c8a4209
33 changed files with 72 additions and 72 deletions

View File

@@ -101,7 +101,7 @@ To add a new shape:
- **Example**:
```typescript
import { Node } from '$root/rendering-util/types.d.ts';
import { Node } from '../../../rendering-util/types.d.ts';
export const myNewShape = async (parent: SVGAElement, node: Node) => {
// Create your shape here