1.0.0-rc.2 • Published 5 years ago

@lyo/cheerio v1.0.0-rc.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@lyo/cheerio

A browser-compatible version of cheerio built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/cheerio"></script>

<script>
  cheerio(foo, bar, baz, qux);
</script>

In Node.js

# Install
npm i @lyo/cheerio
const cheerio = require('@lyo/cheerio')

cheerio(foo, bar, baz, qux);

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

1.0.0-rc.2

5 years ago