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

Merge pull request #1500 from hey-api/docs/logos-2

docs: optimize Hey API logo size

authored by

Lubos and committed by
GitHub
c8f98569 7d50219b

+5 -5
+1 -1
README.md
··· 1 1 <div align="center"> 2 - <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-150w.png" width="150"> 2 + <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-300w.png" width="150"> 3 3 <h1 align="center"><b>OpenAPI TypeScript</b></h1> 4 4 <p align="center">๐Ÿš€ The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.</p> 5 5 </div>
docs/public/images/logo-150w.png

This is a binary file and will not be displayed.

docs/public/images/logo-300w.png

This is a binary file and will not be displayed.

+1 -1
docs/scripts/optimize-images.js
··· 21 21 }, 22 22 { 23 23 formats: ['png'], 24 - width: 150, 24 + width: 300, 25 25 }, 26 26 { 27 27 formats: ['png'],
+1 -1
packages/client-axios/README.md
··· 1 1 <div align="center"> 2 - <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-150w.png" width="150"> 2 + <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-300w.png" width="150"> 3 3 <h1 align="center"><b>Axios Client</b></h1> 4 4 <p align="center">๐Ÿš€ Axios client for `@hey-api/openapi-ts` codegen.</p> 5 5 </div>
+1 -1
packages/client-fetch/README.md
··· 1 1 <div align="center"> 2 - <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-150w.png" width="150"> 2 + <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-300w.png" width="150"> 3 3 <h1 align="center"><b>Fetch API Client</b></h1> 4 4 <p align="center">๐Ÿš€ Fetch API client for `@hey-api/openapi-ts` codegen.</p> 5 5 </div>
+1 -1
packages/openapi-ts/README.md
··· 1 1 <div align="center"> 2 - <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-150w.png" width="150"> 2 + <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-300w.png" width="150"> 3 3 <h1 align="center"><b>OpenAPI TypeScript</b></h1> 4 4 <p align="center">๐Ÿš€ The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.</p> 5 5 </div>