Larvitar Documentation
Home
Guide
API
GitHub
Home
Guide
API
GitHub
  • Guide

    • Installation
    • Examples
Larvitar

Importing Larvitar

You have two options for importing Larvitar into your project, depending on your requirements:

  1. Full Import
    Import the entire library if you need access to all of Larvitar’s core functionalities.
    import * as Larvitar from 'larvitar';
    
  2. Selective Import Import specific functions or modules if you only need certain features.
    import { renderImage } from 'larvitar';
    


D/Vision Lab
Last Updated:
Contributors: Laura Borghesi, Simone "Lateralus" Manini