@not_a_seagull/scp_username_module

This will be a library that generates the [[user]] module that should compile to Rust or WebASM

Usage no npm install needed!

<script type="module">
  import notASeagullScpUsernameModule from 'https://cdn.skypack.dev/@not_a_seagull/scp_username_module';
</script>

README

scp-username-module

This will be a library that generates the [[user]] module that should compile to Rust or WebASM

JSON Format

The format for a username module will look like:

{
  userid: number;
  username: string;
  profile-picture-url: string | null;
}