Commit 0a662b74 authored by Henk Verlinde's avatar Henk Verlinde
Browse files

feat: add support for data:image... in src intead of a URL

parent 19fb1b0e
Loading
Loading
Loading
Loading
+30 −0

File changed.

Preview size limit exceeded, changes collapsed.

+7 −7
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
        "@babel/core": "^7.18",
        "@babel/preset-env": "^7.18",
        "@fullhuman/postcss-purgecss": "^4.1",
        "@hyas/images": "^0.2.0",
        "@hyas/images": "^0.2.1",
        "auto-changelog": "^2.4",
        "autoprefixer": "^10.4",
        "bootstrap": "^5.1",
@@ -1752,9 +1752,9 @@
      "dev": true
    },
    "node_modules/@hyas/images": {
      "version": "0.2.0",
      "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.0.tgz",
      "integrity": "sha512-MWX6VoL6mOhbnXgt2pSsISYS87x1ZfQV+cFQ0ozvEZ944OJdeEph4vNyGpZAioFchTzEaZ3tK2gnRj1MOgaerQ==",
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.1.tgz",
      "integrity": "sha512-OESrxH316UeTbgpDJsRS1fnoZzOIGh2+evhaaXUBrDXhg+5YT1myR7SKf00bzi1fSbQlw5+JyOmNLll/JNHxoQ==",
      "dev": true
    },
    "node_modules/@jridgewell/gen-mapping": {
@@ -8163,9 +8163,9 @@
      "dev": true
    },
    "@hyas/images": {
      "version": "0.2.0",
      "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.0.tgz",
      "integrity": "sha512-MWX6VoL6mOhbnXgt2pSsISYS87x1ZfQV+cFQ0ozvEZ944OJdeEph4vNyGpZAioFchTzEaZ3tK2gnRj1MOgaerQ==",
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.1.tgz",
      "integrity": "sha512-OESrxH316UeTbgpDJsRS1fnoZzOIGh2+evhaaXUBrDXhg+5YT1myR7SKf00bzi1fSbQlw5+JyOmNLll/JNHxoQ==",
      "dev": true
    },
    "@jridgewell/gen-mapping": {
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
    "@babel/core": "^7.18",
    "@babel/preset-env": "^7.18",
    "@fullhuman/postcss-purgecss": "^4.1",
    "@hyas/images": "^0.2.0",
    "@hyas/images": "^0.2.1",
    "auto-changelog": "^2.4",
    "autoprefixer": "^10.4",
    "bootstrap": "^5.1",