This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

s3bubble-javascript

1.4.5 • Public • Published

S3Bubble JavaScript Library

Here you can download the JavaScript library to use within your own projects

Getting Started

Add s3bubble.min.js & s3bubble.min.css to your page

Make sure you add your website to your S3Bubble account in the dashboard.

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>S3Bubble Demo</title>
  <link rel="stylesheet" href="https://unpkg.com/s3bubble-javascript/s3bubble.min.css" />
</head>
<body>
  <div class="s3bubble" data-code="enter-your-code-here"></div>
  <script src="https://unpkg.com/s3bubble-javascript/s3bubble.min.js"></script> 
</body>
</html>

You can use unpkg.com hosted versions

<link rel="stylesheet" href="https://unpkg.com/s3bubble-javascript/s3bubble.min.css" />
<script src="https://unpkg.com/s3bubble-javascript/s3bubble.min.js"></script>

Latest Release

Download

Live Examples

S3Bubble Official Documentation

Change Log

Package Sidebar

Install

npm i s3bubble-javascript

Weekly Downloads

338

Version

1.4.5

License

ISC

Unpacked Size

850 kB

Total Files

4

Last publish

Collaborators

  • s3bubble