|
1 | 1 | <p align="center"> |
2 | | - <img src="./images/stacklyn/Gradient.png" height="120"> |
| 2 | + <img src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/stacklyn/Gradient.png" height="120"> |
3 | 3 | </p> |
4 | 4 |
|
5 | 5 | <h1 align="center">Stacklyn</h1> |
@@ -59,26 +59,26 @@ And best of all, supports most stack trace formats you'll come across! |
59 | 59 | <sub>*Stacklyn V2 will add even more cool stuff! See the [roadmap](#roadmap) to know more.*</sub> |
60 | 60 |
|
61 | 61 | ### Supported Formats |
62 | | -- <img height="24" src="./images/chrome.png" align="center"> Chrome 3+ (V8) |
63 | | -- <img height="24" src="./images/node.svg" align="center"> Node.js (V8) |
64 | | -- <img height="24" src="./images/electron.svg" align="center"> Electron (V8) |
65 | | -- <img height="24" src="./images/deno.svg" align="center"> Deno (V8) |
66 | | -- <img height="24" src="./images/firefox.png" align="center"> Firefox 1+ (SpiderMonkey) |
67 | | -- <img height="24" src="./images/safari.png" align="center"> Safari 6+ (JSC) |
68 | | -- <img height="24" src="./images/bun.svg" align="center"> Bun (V8-JSC Hybrid) |
69 | | -- <img height="24" src="./images/ie.png" align="center"> IE 10+ (ChakraCore) |
70 | | -- <img height="24" src="./images/edge.png" align="center"> Edge Legacy (ChakraCore) |
71 | | -- <img height="24" src="./images/opera.png" align="center"> Opera \<15 (Linear B, Futhark, Carakan) |
72 | | -- <img height="24" src="./images/netscape.png" align="center"> Netscape 7+ (Mocha / SpiderMonkey) |
73 | | -- <img height="24" src="./images/espruino.png" align="center"> Espruino (not kidding) |
| 62 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/chrome.png" align="center"> Chrome 3+ (V8) |
| 63 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/node.svg" align="center"> Node.js (V8) |
| 64 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/electron.svg" align="center"> Electron (V8) |
| 65 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/deno.svg" align="center"> Deno (V8) |
| 66 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/firefox.png" align="center"> Firefox 1+ (SpiderMonkey) |
| 67 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/safari.png" align="center"> Safari 6+ (JSC) |
| 68 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/bun.svg" align="center"> Bun (V8-JSC Hybrid) |
| 69 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/ie.png" align="center"> IE 10+ (ChakraCore) |
| 70 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/edge.png" align="center"> Edge Legacy (ChakraCore) |
| 71 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/opera.png" align="center"> Opera \<15 (Linear B, Futhark, Carakan) |
| 72 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/netscape.png" align="center"> Netscape 7+ (Mocha / SpiderMonkey) |
| 73 | +- <img height="24" src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/espruino.png" align="center"> Espruino (not kidding) |
74 | 74 |
|
75 | 75 | > [!NOTE] |
76 | 76 | > > "Why do the logos look old?" |
77 | 77 | > |
78 | 78 | > They show the *first* version that added stack trace support. |
79 | 79 | > However, all versions after the ones marked with a + are supported too. |
80 | 80 |
|
81 | | -## <img src="./images/stacklyn/Red.png" height="32" align="center"> Import Stacklyn |
| 81 | +## <img src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/stacklyn/Red.png" height="32" align="center"> Import Stacklyn |
82 | 82 | Stacklyn supports all kinds of imports! |
83 | 83 | 1. As an HTML script tag: |
84 | 84 | <sub>*(note: Stacklyn is automatically placed as `window.Stacklyn` or `globalThis.Stacklyn` in the global scope if you do this)*</sub> |
@@ -128,7 +128,7 @@ This means even in CSP'd environments (e.g. file://), you can still parse stack |
128 | 128 | - `overwrite` method to change the default runtime stack format, accepts a callback function |
129 | 129 | --- |
130 | 130 |
|
131 | | -## <img src="./images/stacklyn/Gold.png" height="32" align="center"> Contributing |
| 131 | +## <img src="https://raw.githubusercontent.com/stacklynjs/stacklyn/main/images/stacklyn/Gold.png" height="32" align="center"> Contributing |
132 | 132 | We welcome contributors! |
133 | 133 | If you've found a bug, had a suggestion, etc. Feel free to submit an issue or PR! |
134 | 134 |
|
|
0 commit comments