UNPKG

ngx-lottie

Version:

<h1 align="center"> <img src="https://raw.githubusercontent.com/ngx-lottie/ngx-lottie/master/docs/assets/lottie.gif"> </h1>

5 lines 192 B
export function transformAnimationFilenameToKey(animation) { const [animationName] = animation.split('.json'); return `animation-${animationName}`; } //# sourceMappingURL=server.js.map