Get started with orb CDN

MIT licensed

Orb: library for static site building, with auto code splitting and bundling.

Tags:
  • pivot
  • grid
  • table
  • pivot grid
  • pivot table
  • aggregation
  • dimension

Stable version

Copied!

How to start using orb CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with orb CDN - cdnhub.io</title>
  <style>
    body {
      margin: 0;
      background-color: #000;
    }
  </style>
  <script src="https://cdn.cdnhub.io/orb/1.0.9/orb.min.js"></script>
</head>
<body>
  <script>
    const orb = new Orb();
    orb.attachTo('body');

    orb.addPattern('path/to/your/image.png', {
      speed: 0.1,
      scale: 10,
      saturation: 1,
      lightness: 0,
      hueRotate: 0,
      blendMode: 'multiply'
    });

    orb.start();
  </script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!

All versions