@zestyxyz/web-sdk
v3.2.2
Published
Web SDK for Zesty Banner integration into an HTML page via WebComponents.
Readme
zesty-web
This is the Web SDK for Zesty Banner integration.
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.zesty.xyz/sdk/zesty-web-sdk.js"></script>
</head>
<body>
<zesty-web id="banner1" ad-unit="00000000-0000-0000-0000-000000000000" format="medium-rectangle" width="300px"></zesty-web>
</body>
</html>Local dev
yarn
yarn devIf you've run yarn at the top level, you don't need to run it here again.
Build
yarn build