We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75b6ad commit 740cf23Copy full SHA for 740cf23
1 file changed
packages/html/src/layers/htmlImageLayer.ts
@@ -2,7 +2,7 @@ import {CloudinaryImage} from "@cloudinary/url-gen/assets/CloudinaryImage";
2
import {Plugins, HtmlPluginState, AnalyticsOptions} from '../types.js'
3
import cloneDeep from 'lodash.clonedeep';
4
import {render} from '../utils/render.js';
5
-import {getAnalyticsOptions} from "../../utils/analytics";
+import {getAnalyticsOptions} from "../utils/analytics";
6
7
export class HtmlImageLayer{
8
private imgElement: any;
0 commit comments