Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Sep 10, 2023
1 parent fbe3ee0 commit 02782cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lazyLoad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createPngDataUri as createPngDataUriFromThumbHash } from './thumbhash'
import { createPngDataUri as createPngDataUriFromBlurHash } from './blurhash'
import type { UnLazyLoadOptions } from './types'

// Compile-time flag to exclude BlurHash and ThumbHash from IIFE bundle
/** Compile-time flag to let BlurHash and ThumbHash generation be excluded from the bundle */
const __ENABLE_HASH_DECODING__ = true

export function lazyLoad<T extends HTMLImageElement>(
Expand Down

0 comments on commit 02782cf

Please sign in to comment.