@dscribers/autosurf-websurf-adapterdeprecated

A webpage interaction adapter for AutoSurf

Usage no npm install needed!

<script type="module">
  import dscribersAutosurfWebsurfAdapter from 'https://cdn.skypack.dev/@dscribers/autosurf-websurf-adapter';
</script>

README

WebSurf Adapter

A webpage interaction adapter for AutoSurf. It extends BaseAdapter.

Installation

Include on page to test

<script src="https://cdn.jsdelivr.net/npm/@dscribers/websurf-adapter/dist/websurf.min.js"></script>

Use nodejs

yarn add @dscribers/websurf-adapter

Usage

<script>
  new AutoSurf(new WebSurf())
</script>