1.0.9 • Published 2 years ago

@rubynetwork/rammerhead-browser v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Rammerhead Browser

  • Easily use Rammerhead from the browser!

Usage

  • If your using something like Vite:
import { RammerheadEncode } from '@rubynetwork/rammerhead-browser';

//use the function

RammerheadEncode('https://google.com', '/rammer/' /*This option can be ommited if this isn't behind a reverse proxy */);
  • No bundler:
<!DOCTYPE html>
<html>
    <head>
        <script src="https://unpkg.com/@rubynetwork/rammerhead-browser" defer />
    </head>
    <body>
        <script>
            RammerheadEncode('https://google.com', '/rammer/' /* Omit if not running behind a reverse proxy */);
        </script>
    </body>
</html>
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago