🚑 Release new embed lib version and fix createId dep…
This commit is contained in:
1
packages/lib/createId.ts
Normal file
1
packages/lib/createId.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { createId } from '@paralleldrive/cuid2'
|
||||
@@ -257,5 +257,3 @@ export const getAtPath = <T>(obj: T, path: string): unknown => {
|
||||
|
||||
export const isSvgSrc = (src: string | undefined) =>
|
||||
src?.startsWith('data:image/svg') || src?.endsWith('.svg')
|
||||
|
||||
export { createId } from '@paralleldrive/cuid2'
|
||||
|
||||
Reference in New Issue
Block a user