0.0.10 • Published 6 years ago

speckle-js v0.0.10

Weekly downloads
6
License
GPL-3.0
Repository
github
Last release
6 years ago

Speckle

A JavaScript module that adds responsive, stylized speckles to any element; with no dependencies.

Getting Started

Installation

npm install speckle-js

Usage

Import the module.

// Import the module using ES6.
import Speckle from 'speckle-js';

// Import the module using CommonJS.
const Speckle = require('speckle-js');

Use the constructor by passing a valid HTML element as the first argument, and an options object of key: value pairs as the second argument.

new Speckle(element, options);

Documentation

Visit the documentation and examples for all options, methods, and how to use them.

0.0.10

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago