Asepreadr 0.0.4

dotnet add package Asepreadr --version 0.0.4
NuGet\Install-Package Asepreadr -Version 0.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Asepreadr" Version="0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Asepreadr --version 0.0.4
#r "nuget: Asepreadr, 0.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Asepreadr as a Cake Addin
#addin nuget:?package=Asepreadr&version=0.0.4

// Install Asepreadr as a Cake Tool
#tool nuget:?package=Asepreadr&version=0.0.4

Asepreadr

Asepreadr is an easy to use library for MonoGame.
It provides utilities that can quickly read in an aseprite file an deserialize it into an object usable in your C# code.

Usage

Make a new instance of AsepriteSpriteMapLoader, providing it the Monogame ContentManager as an argument.

var spriteMapLoader = new AsepriteSpriteMapLoader(Content)

You can then use it to load an AsepriteSpriteMap, like so:

spriteMapLoader.GetContent("Content\\My\\File.json")

At the moment, it only works with .json files using arrays, rather than hashes, from Aseprite.

.. but, I'm open to contributions. ╰(°▽°)╯

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.4 390 2/3/2021