import { Game, Instance, InputService, Screen, RunService, Nowhere, Color3, Vector2, Enum, DrawData } from 'https://nikaxe-dev.github.io/Instance2d/Instance2d.js'
Instance2d is a JavaScript framework where each game object (referred to as an Instance) can have a parent and a child, allowing you to organize your games in various ways.
Instance2d uses a parent-child relationship for instances. This allows for easy orginization of instances.
Instance2d comes with many services, acting like submodules. They allow you to interact with the game in many different ways, such as creating instances, reading input from the player, and more.
You can find the documentation here.
You can find the source code here.