Spacetime-Meta / spacetime-sdk

The spacetime-sdk is a turnkey virtual environment package for building in the Spacetime Metaverse
https://www.spacetimemeta.io/metaverse/spawn-planet
MIT License
11 stars 2 forks source link

[Feature]: Bundle with webpack #176

Closed Liquid-Blocks closed 2 years ago

Liquid-Blocks commented 2 years ago

Overview

With this upgrade, users will no longer need to import the whole repository to build a world as the spacetime sdk will be distributed from our website.

Specifications

make a bundle that can be accessed from a script tag import <script src="spacetimemeta.io/sdk/v1/bundle.min.js"></script>

Anything else?

No response

Liquid-Blocks commented 2 years ago

This issue was completed with PR #177