How to use the color-string.hwbString function in color-string

To help you get started, we’ve selected a few color-string examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tessera-metrics / tessera / tessera / static / js / color-0.7.1.js View on Github external
hwbString: function() {
      return string.hwbString(this.values.hwb, this.values.alpha);
   },
   keyword: function() {
github shama / button-styles / bundle.js View on Github external
hwbString: function () {
		return string.hwbString(this.values.hwb, this.values.alpha);
	},
	keyword: function () {
github FredHutch / Oncoscape / client / node_modules / color / index.js View on Github external
hwbString: function() {
      return string.hwbString(this.values.hwb, this.values.alpha);
   },
   keyword: function() {
github superguigui / simple-color-picker / build / simple-color-picker.js View on Github external
hwbString: function() {
      return string.hwbString(this.values.hwb, this.values.alpha);
   },
   keyword: function() {
github sx1989827 / DOClever / Client / node_modules / color / index.js View on Github external
hwbString: function () {
		return string.hwbString(this.values.hwb, this.values.alpha);
	},
	keyword: function () {
github decentraland / editor-legacy / node_modules / color / index.js View on Github external
hwbString: function () {
		return string.hwbString(this.values.hwb, this.values.alpha);
	},
	keyword: function () {
github Qix- / color / index.js View on Github external
hwbString: function () {
		return string.hwbString(this.values.hwb, this.values.alpha);
	},
	keyword: function () {