adjust-svelte
v0.0.14
Published
"Adjust-svelte" simplifies the process of integrating Adjust's ad solutions into your SvelteKit applications. Designed with developers in mind, it offers a user-friendly API that makes managing and displaying ads a breeze. This SDK streamlines the develop
Downloads
5
Readme
Adjust for svelte
"Adjust-svelte" simplifies the process of integrating Adjust's ad solutions into your SvelteKit applications. Designed with developers in mind, it offers a user-friendly API that makes managing and displaying ads a breeze. This SDK streamlines the developer experience, making it more efficient to work with ads in your web applications. (In development currently)
Installation
You can install "adjust-svelte" via npm:
npm i adjust-svelte
What is adjust
"Adjust" is the platform that effortlessly connects brands with developers, creating a win-win scenario for both. Here, businesses can advertise, and developers can earn from their websites. We're the networking hub that brings together business owners and website creators, ensuring everyone emerges as a winner. We are still in the proccess of building out infrastructure and our website, for inquiries contact [email protected].
Quickstart
Easily display ads on your website
<div class="parent">
<Ad theme="ALL" corners="{20}" />
</div>