1.5.1 • Published 3 years ago

@getneurotic/image v1.5.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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"
	/>
)
1.5.1

3 years ago

1.5.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago