1.0.0 • Published 1 year ago
ui-humix-lib v1.0.0
A Work In Progress
Note: Unstable. Still in development.
Ezoic Integration Package
This package simplifies the implementation of Ezoic ads into your web project.
Installation
npm install ezoic-ads
Usage
In your client-side JavaScript code, import and call the function to load the Ezoic script:
import loadEzoicScript from 'ezoic-ads';
// Load the default Ezoic script
loadEzoicScript();
// To specify a custom script URL, replace 'your_custom_version' with the version number or specific identifier provided by Ezoic. For example:
loadEzoicScript('//www.ezojs.com/standalone.js?cb=12345');
1.0.0
1 year ago