skunkplatform-ads
v1.0.3
Published
SkunkAds is an API for Advertisement.
Downloads
27
Readme
SkunkAds
SkunkAds is an advertisement solution for Client-Side and Node.js environments.
Installation for Client-Side and Node.js
For Node.js with NPM
ES Module:
npm i [email protected] # For ES ModuleUsing CommomJS:
npm i [email protected] # For CommomJS (Compatible with Node.js v18)To get more tips, follow the example:
For Client-Side CDN
Add this to your HTML file:
<body>
<script src="https://cdn.jsdelivr.net/gh/SkunkPlatform-Team/main.js" defer></script> <!-- Uses defer -->
</body>