@threedddplus/logoeditor 0.0.202 → 0.0.204

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3240,6 +3240,7 @@ var fabricSlice = function fabricSlice(set, get) {
3240
3240
  var validation = true;
3241
3241
  for (var index = 0; index < imgColorCodes.length; index++) {
3242
3242
  var colorCode = imgColorCodes[index];
3243
+ colorCode = colorCode.trim().toUpperCase();
3243
3244
  var isExit = allowedColorCodes.indexOf(colorCode);
3244
3245
  if (isExit !== -1) {
3245
3246
  continue;