Importing Larvitar
You have two options for importing Larvitar into your project, depending on your requirements:
- Full Import
Import the entire library if you need access to all of Larvitar’s core functionalities.import * as Larvitar from 'larvitar';
- Selective Import Import specific functions or modules if you only need certain features.
import { renderImage } from 'larvitar';