{"id":18563705,"url":"https://github.com/projectsoft-studionions/spectrum","last_synced_at":"2025-05-15T18:13:43.652Z","repository":{"id":249556566,"uuid":"831833318","full_name":"ProjectSoft-STUDIONIONS/spectrum","owner":"ProjectSoft-STUDIONIONS","description":"Клонированный репозиторий https://github.com/bgrins/spectrum","archived":false,"fork":false,"pushed_at":"2024-07-21T19:02:56.000Z","size":360,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T13:12:21.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProjectSoft-STUDIONIONS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-21T18:30:57.000Z","updated_at":"2024-07-21T19:02:59.000Z","dependencies_parsed_at":"2024-07-21T20:57:19.563Z","dependency_job_id":null,"html_url":"https://github.com/ProjectSoft-STUDIONIONS/spectrum","commit_stats":null,"previous_names":["projectsoft-studionions/spectrum"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectSoft-STUDIONIONS%2Fspectrum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectSoft-STUDIONIONS%2Fspectrum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectSoft-STUDIONIONS%2Fspectrum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectSoft-STUDIONIONS%2Fspectrum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProjectSoft-STUDIONIONS","download_url":"https://codeload.github.com/ProjectSoft-STUDIONIONS/spectrum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254394726,"owners_count":22063984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T22:13:17.296Z","updated_at":"2025-05-15T18:13:43.630Z","avatar_url":"https://github.com/ProjectSoft-STUDIONIONS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spectrum\n## The No Hassle Colorpicker\n\nSee the demo and docs: http://bgrins.github.io/spectrum.\n\nI 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.\n\nI started using canvas, then switched to CSS gradients, since it turned out to be easier to manage, and provided better cross browser support.\n\n### Basic Usage\n\nHead over to the [docs](http://bgrins.github.io/spectrum) for more information.  There is a visual demo of the different options hosted at: http://bgrins.github.io/spectrum.\n\n    \u003cscript src='spectrum.js'\u003e\u003c/script\u003e\n    \u003clink rel='stylesheet' href='spectrum.css' /\u003e\n\n    \u003cinput id='colorpicker' /\u003e\n\n    \u003cscript\u003e\n    $(\"#colorpicker\").spectrum({\n        color: \"#f00\"\n    });\n    \u003c/script\u003e\n\n### npm\n\nSpectrum is registered as package with npm.  It can be installed with:\n\n    npm install spectrum-colorpicker\n\n### Bower\n\nSpectrum is registered as a package with [Bower](http://bower.io/), so it can be pulled down using:\n\n    bower install spectrum\n\n### Using spectrum with a CDN\n\nCDN provided by [cdnjs](https://cdnjs.com/libraries/spectrum)\n\n    \u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/spectrum/1.8.0/spectrum.min.js\"\u003e\u003c/script\u003e\n    \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://cdnjs.cloudflare.com/ajax/libs/spectrum/1.8.0/spectrum.min.css\"\u003e\n\n### Continuous Integration\n\n[![Build Status](https://secure.travis-ci.org/bgrins/spectrum.png?branch=master)](http://travis-ci.org/bgrins/spectrum)\n\nVisit https://travis-ci.org/bgrins/spectrum to view the status of the automated tests.\n\n### Building Spectrum Locally\n\nIf you'd like to download and use the plugin, head over to http://bgrins.github.io/spectrum/ and click the 'Download Zip' button.\n\nIf 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:\n\n    npm install -g grunt-cli\n    npm install\n\n    # runs jshint and the unit test suite\n    grunt\n\n    # runs jshint, the unit test suite, and builds a minified version of the file.\n    grunt build\n\n### Internationalization\n\nIf 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](https://github.com/bgrins/spectrum/pulls) or [opening an issue]( https://github.com/bgrins/spectrum/issues) with the translation.  The existing languages are listed at: https://github.com/bgrins/spectrum/tree/master/i18n.\n\nFor an example, see the [Dutch translation](i18n/jquery.spectrum-nl.js).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectsoft-studionions%2Fspectrum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectsoft-studionions%2Fspectrum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectsoft-studionions%2Fspectrum/lists"}