MCPcopy Index your code
hub / github.com/bgrins/spectrum

github.com/bgrins/spectrum @1.8.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.8.1 ↗ · + Follow
689 symbols 1,673 edges 39 files 72 documented · 10%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Spectrum

The No Hassle Colorpicker

See the demo and docs: http://bgrins.github.io/spectrum.

I wanted a colorpicker that didn't require images, and that had an API that made sense to me as a developer who has worked with color in a number of applications. I had tried a number of existing plugins, but decided to try and make a smaller, simpler one.

I started using canvas, then switched to CSS gradients, since it turned out to be easier to manage, and provided better cross browser support.

Basic Usage

Head over to the docs for more information. There is a visual demo of the different options hosted at: http://bgrins.github.io/spectrum.

<script src='spectrum.js'></script>
<link rel='stylesheet' href='spectrum.css' />

<input id='colorpicker' />

<script>
$("#colorpicker").spectrum({
    color: "#f00"
});
</script>

npm

Spectrum is registered as package with npm. It can be installed with:

npm install spectrum-colorpicker

Bower

Spectrum is registered as a package with Bower, so it can be pulled down using:

bower install spectrum

Using spectrum with a CDN

CDN provided by cdnjs

<script src="https://cdnjs.cloudflare.com/ajax/libs/spectrum/1.8.1/spectrum.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/spectrum/1.8.1/spectrum.min.css">

Continuous Integration

Build Status

Visit https://travis-ci.org/bgrins/spectrum to view the status of the automated tests.

Building Spectrum Locally

If you'd like to download and use the plugin, head over to http://bgrins.github.io/spectrum/ and click the 'Download Zip' button.

If you'd like to run the development version, spectrum uses Grunt to automate the testing, linting, and building. Head over to http://gruntjs.com/getting-started for more information. First, clone the repository, then run:

npm install -g grunt-cli
npm install

# runs jshint and the unit test suite
grunt

# runs jshint, the unit test suite, and builds a minified version of the file.
grunt build

Internationalization

If you are able to translate the text in the UI to another language, please do! You can do so by either filing a pull request or opening an issue with the translation. The existing languages are listed at: https://github.com/bgrins/spectrum/tree/master/i18n.

For an example, see the Dutch translation.

Core symbols most depended-on inside this repo

tinycolor
called by 52
spectrum.js
jQuery
called by 51
docs/jquery-1.9.1.js
jQuery
called by 44
docs/jquery-2.1.0.js
isFunction
called by 40
test/jquery.js
isFunction
called by 40
docs/jquery-3.5.1.js
jQuery
called by 39
test/jquery.js
jQuery
called by 39
docs/jquery-3.5.1.js
fn
called by 38
test/require.js

Shape

Function 689

Languages

TypeScript100%

Modules by API surface

test/qunit.js167 symbols
test/jquery.js112 symbols
docs/jquery-3.5.1.js112 symbols
spectrum.js81 symbols
docs/jquery-2.1.0.js81 symbols
docs/jquery-1.9.1.js80 symbols
test/require.js35 symbols
docs/prettify.js14 symbols
docs/toc.js3 symbols
docs/docs.js2 symbols
test/tests.js1 symbols
example/example.js1 symbols

For agents

$ claude mcp add spectrum \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact