@userdive/vwo-plugin
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

@userdive/vwo-plugin

Build Status styled with prettier

Build Status

TBA

Table of Contents

Install

npm install @userdive/vwo-plugin

Usage

import Agent from "@userdive/agent";
import Plugin from "@userdive/vwo-plugin";

const agent = new Agent("projectId", "auto");
agent.provide("vwo", Plugin);
agent.require("vwo");
agent.run("vwo:getVariation", [window, 200, 10]);

Contribute

PRs accepted. join us

License

GPLv3. Full license text is available in LICENSE

Readme

Keywords

Package Sidebar

Install

npm i @userdive/vwo-plugin

Weekly Downloads

0

Version

3.0.0

License

GPL-3.0

Unpacked Size

6.62 kB

Total Files

8

Last publish

Collaborators

  • userdive