Creating an Asset

Now that you have a repository, you can upload assets to it. Once you upload an asset you will be able to use it inside of your project that has the assetstack npm package installed.

Click the "Upload asset" button and you will see this modal. Once you choose a file and name it, it will be uploaded in different sizes and ready to be used from the AssetStackImage component.

After uploading the image, click on it to see some information about the image. This page will allow you to delete the asset if no longer needed (note: this will not break your project if you delete an asset and a client doesn't run npx assetstack pull)

Last updated