fork of hey-api/openapi-ts because I need some additional things

chore: add kinde and scalar logos

Lubos a85c8f08 bed253bf

+73 -12
+22 -12
README.md
··· 48 48 49 49 Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api). 50 50 51 - ### Gold 51 + <h3 align="center">Gold</h3> 52 52 53 - <table> 53 + <table align="center" style="justify-content: center;align-items: center;display: flex;"> 54 54 <tr> 55 55 <td align="center"> 56 56 <p></p> ··· 61 61 <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 62 62 </picture> 63 63 </a> 64 + <br/> 65 + Generate best-in-class SDKs. 66 + <br/> 67 + <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 68 + stainless.com 69 + </a> 64 70 </p> 65 71 <p></p> 66 72 </td> 67 73 </tr> 68 74 </table> 69 75 70 - ### Silver 76 + <h3 align="center">Silver</h3> 71 77 72 - <table> 78 + <table align="center" style="justify-content: center;align-items: center;display: flex;"> 73 79 <tr> 74 80 <td align="center"> 75 81 <p></p> 76 82 <p> 77 - <a href="https://kutt.it/pkEZyc" target="_blank"> 83 + <a href="https://kutt.it/skQUVd" target="_blank"> 78 84 <picture height="50px"> 79 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 80 - <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 85 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 86 + <img alt="Scalar logo" height="50px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 81 87 </picture> 82 88 </a> 89 + <br/> 90 + <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 91 + Scalar 92 + </a> 83 93 </p> 84 94 <p></p> 85 95 </td> 86 96 </tr> 87 97 </table> 88 98 89 - ### Bronze 99 + <h3 align="center">Bronze</h3> 90 100 91 - <table> 101 + <table align="center" style="justify-content: center;align-items: center;display: flex;"> 92 102 <tr> 93 103 <td align="center"> 94 104 <p></p> 95 105 <p> 96 - <a href="https://kutt.it/pkEZyc" target="_blank"> 106 + <a href="https://kutt.it/YpaKsX" target="_blank"> 97 107 <picture height="50px"> 98 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 99 - <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 108 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 109 + <img alt="Kinde logo" height="50px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 100 110 </picture> 101 111 </a> 102 112 </p>
docs/public/images/kinde-logo-wordmark-1200w.png

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-1200w.webp

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-480w.jpeg

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-480w.webp

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-768w.webp

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-dark-1200w.png

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-dark-1200w.webp

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-dark-480w.jpeg

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-dark-480w.webp

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-dark-768w.webp

This is a binary file and will not be displayed.

docs/public/images/scalar-logo-wordmark-1200w.png

This is a binary file and will not be displayed.

docs/public/images/scalar-logo-wordmark-1200w.webp

This is a binary file and will not be displayed.

docs/public/images/scalar-logo-wordmark-480w.jpeg

This is a binary file and will not be displayed.

docs/public/images/scalar-logo-wordmark-480w.webp

This is a binary file and will not be displayed.

docs/public/images/scalar-logo-wordmark-768w.webp

This is a binary file and will not be displayed.

docs/public/kinde-logo-wordmark-dark.png

This is a binary file and will not be displayed.

docs/public/kinde-logo-wordmark.png

This is a binary file and will not be displayed.

docs/public/scalar-logo-wordmark.png

This is a binary file and will not be displayed.

+51
docs/scripts/optimize-images.js
··· 45 45 width: 1200, 46 46 }, 47 47 ], 48 + source: 'kinde-logo-wordmark.png', 49 + }, 50 + { 51 + sizes: [ 52 + { 53 + formats: ['jpeg', 'webp'], 54 + width: 480, 55 + }, 56 + { 57 + formats: ['webp'], 58 + width: 768, 59 + }, 60 + { 61 + formats: ['png', 'webp'], 62 + width: 1200, 63 + }, 64 + ], 65 + source: 'kinde-logo-wordmark-dark.png', 66 + }, 67 + { 68 + sizes: [ 69 + { 70 + formats: ['jpeg', 'webp'], 71 + width: 480, 72 + }, 73 + { 74 + formats: ['webp'], 75 + width: 768, 76 + }, 77 + { 78 + formats: ['png', 'webp'], 79 + width: 1200, 80 + }, 81 + ], 82 + source: 'scalar-logo-wordmark.png', 83 + }, 84 + { 85 + sizes: [ 86 + { 87 + formats: ['jpeg', 'webp'], 88 + width: 480, 89 + }, 90 + { 91 + formats: ['webp'], 92 + width: 768, 93 + }, 94 + { 95 + formats: ['png', 'webp'], 96 + width: 1200, 97 + }, 98 + ], 48 99 source: 'stainless-logo-wordmark.png', 49 100 }, 50 101 ];