@quenty/draw

A utility library to debug things in 3D space for Roblox.

Usage no npm install needed!

<script type="module">
  import quentyDraw from 'https://cdn.skypack.dev/@quenty/draw';
</script>

README

Draw

A utility library to debug things in 3D space for Roblox. Each method will always return an object you can use to cleanup the resulting drawing.

Installation

npm install @quenty/draw --save

This is not designed to be used to draw things in production, i.e. each draw trades off performance for utility.