willmcneilly / snipper

Snip elements from the DOM along with their styles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snipper

Extract elements from the DOM with their styles.

A work in progress.

About

A JavaScript library by Will McNeilly.

See the project homepage.

Installation

Using Bower:

bower install snipper

Or grab the source (minified).

Usage

Basic usage is as follows:

snipper();

For advanced usage, see the documentation.

Documentation

Start with docs/MAIN.md.

Contributing

We'll check out your contribution if you:

  • Provide a comprehensive suite of tests for your fork.
  • Have a clear and documented rationale for your changes.
  • Package these up in a pull request.

We'll do our best to help you out with any contribution issues you may have.

License

MIT. See LICENSE.txt in this directory.

About

Snip elements from the DOM along with their styles.

License:MIT License


Languages

Language:JavaScript 84.9%Language:CSS 15.1%