Skip to content

dreamsicle-io/speckle

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published