1.5.1 • Published 3 years ago
@getneurotic/image v1.5.1
Neurotic Image
This package will install the Neurotic image processor for NextJS.
🚨 Before usage: Run Neurotic Installer first.
How to use
import Image from '@getneurotic/image'
return (
<Image
src="https://manager.domain.com/storage/images/example.jps"
width={800}
height={600}
objectFit="cover"
alt="This is an image"
className="w-full"
/>
)