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

docs: update README image

Lubos 65a843aa 765ab223

+19 -2
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "@docs/openapi-ts", 3 3 "version": "0.10.4", 4 - "description": "Documentation for OpenaAPI TypeScript.", 4 + "description": "Documentation for OpenAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module", 7 7 "scripts": {
docs/public/images/openapi-ts-hero-1280w.png

This is a binary file and will not be displayed.

docs/public/images/openapi-ts-hero-300w.png

This is a binary file and will not be displayed.

docs/public/images/openapi-ts-hero-640w.png

This is a binary file and will not be displayed.

docs/public/openapi-ts-hero.png

This is a binary file and will not be displayed.

+17
docs/scripts/optimize-images.js
··· 35 35 sizes: [ 36 36 { 37 37 formats: ['png'], 38 + width: 300, 39 + }, 40 + { 41 + formats: ['png'], 42 + width: 640, 43 + }, 44 + { 45 + formats: ['png'], 46 + width: 1280, 47 + }, 48 + ], 49 + source: 'openapi-ts-hero.png', 50 + }, 51 + { 52 + sizes: [ 53 + { 54 + formats: ['png'], 38 55 width: 16, 39 56 }, 40 57 {
+1 -1
packages/openapi-ts/README.md
··· 1 1 <div align="center"> 2 - <img alt="Two people looking at the blueprint" height="214" src="https://heyapi.dev/images/blueprint-640w.png" width="320"> 2 + <img alt="Hey API presents openapi-ts" height="214" src="https://heyapi.dev/images/openapi-ts-hero-640w.png" width="438"> 3 3 <h1><b>OpenAPI TypeScript</b></h1> 4 4 <p><em>“OpenAPI codegen that just works.”</em><br/><sub>— Guillermo Rauch, CEO of Vercel</sub></p> 5 5 </div>