mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 16:29:40 +02:00
Replace with relative path
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user