# Importing

First add the shutter js file shutter-engine.es.js to your project. This file contains a Scene class export which can be imported in your js like so;

import { Scene } from './shutter-engine.es.js';

This can be used later when initiating a scene, for more details check out the working with a scene page.