# Logo Soup ## Docs - [createLogoSoup](https://logo-soup.sanity.dev/docs/api-reference/create-logo-soup.md): Create a framework-agnostic logo normalization engine. - [getVisualCenterTransform](https://logo-soup.sanity.dev/docs/api-reference/get-visual-center-transform.md): Compute a CSS transform to align a logo by its visual weight center. - [Angular](https://logo-soup.sanity.dev/docs/frameworks/angular.md): Use Logo Soup with Angular 19+ via the LogoSoupService injectable. - [Build Your Own Adapter](https://logo-soup.sanity.dev/docs/frameworks/custom.md): Integrate Logo Soup with any framework using the core engine's subscribe/getSnapshot API. - [jQuery](https://logo-soup.sanity.dev/docs/frameworks/jquery.md): Use Logo Soup with jQuery 4.x via the $.fn.logoSoup plugin. - [Node.js](https://logo-soup.sanity.dev/docs/frameworks/node.md): Pre-compute logo measurements server-side with the Node.js adapter. - [React](https://logo-soup.sanity.dev/docs/frameworks/react.md): Use Logo Soup with React via the LogoSoup component or the useLogoSoup hook. - [Solid](https://logo-soup.sanity.dev/docs/frameworks/solid.md): Use Logo Soup with Solid 1.9+ via the useLogoSoup reactive primitive. - [Svelte](https://logo-soup.sanity.dev/docs/frameworks/svelte.md): Use Logo Soup with Svelte 5 via the createLogoSoup runes-compatible store. - [Vanilla JavaScript](https://logo-soup.sanity.dev/docs/frameworks/vanilla.md): Use Logo Soup without any framework via the core createLogoSoup engine. - [Vue](https://logo-soup.sanity.dev/docs/frameworks/vue.md): Use Logo Soup with Vue 3.5+ via the useLogoSoup composable. - [How It Works](https://logo-soup.sanity.dev/docs/how-it-works.md): Content detection, normalization math, density compensation, and irradiation correction explained. - [Introduction](https://logo-soup.sanity.dev/docs/introduction.md): A tiny framework-agnostic library that makes logos look good together. - [Options Reference](https://logo-soup.sanity.dev/docs/options.md): All configuration options for Logo Soup, shared across every framework. - [Performance](https://logo-soup.sanity.dev/docs/performance.md): How Logo Soup stays fast, what we measure, and how to optimize for your use case. - [Quickstart](https://logo-soup.sanity.dev/docs/quickstart.md): Install Logo Soup and get normalized logos rendering in under a minute. ## OpenAPI Specs - [openapi](https://logo-soup.sanity.dev/docs/api-reference/openapi.json)