File tree Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -529,9 +529,30 @@ class App extends Component<
529
529
} }
530
530
>
531
531
< h1 > Runtype Benchmarks</ h1 >
532
- < a href = "https://github.com/moltar/typescript-runtime-type-benchmarks/" >
533
- Github Repository
534
- </ a >
532
+ < div >
533
+ < a
534
+ class = "github-button"
535
+ href = "https://github.com/moltar/typescript-runtime-type-benchmarks"
536
+ data-color-scheme = "no-preference: dark; light: dark_dimmed; dark: dark;"
537
+ data-icon = "octicon-star"
538
+ data-size = "large"
539
+ data-show-count = "true"
540
+ aria-label = "Star moltar/typescript-runtime-type-benchmarks on GitHub"
541
+ >
542
+ Star
543
+ </ a >
544
+ < a
545
+ class = "github-button"
546
+ href = "https://github.com/moltar/typescript-runtime-type-benchmarks/fork"
547
+ data-color-scheme = "no-preference: dark; light: dark_dimmed; dark: dark;"
548
+ data-icon = "octicon-repo-forked"
549
+ data-size = "large"
550
+ data-show-count = "true"
551
+ aria-label = "Fork moltar/typescript-runtime-type-benchmarks on GitHub"
552
+ >
553
+ Fork
554
+ </ a >
555
+ </ div >
535
556
</ div >
536
557
< p >
537
558
Benchmark Comparison of Packages with Runtime Validation and
Original file line number Diff line number Diff line change 23
23
< script src ="https://unpkg.com/vega@5.19 " crossorigin > </ script >
24
24
< script src ="https://unpkg.com/vega-lite@4.11 " crossorigin > </ script >
25
25
< script src ="https://unpkg.com/preact@10 " crossorigin > </ script >
26
+ < script async defer src ="https://buttons.github.io/buttons.js "> </ script >
26
27
< script src ="dist/app.js "> </ script >
27
28
< script >
28
29
define ( 'preact' , ( ) => preact )
You can’t perform that action at this time.
0 commit comments