Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including simai.js with all npm packages installed. Try it out:

const { SimaiFile, SimaiConvert } = require("simai.js"); const chartContent = `&inote_1=1/2/3/4/5/6/7/8`; // Read it into your program const simaiFile = new SimaiFile(chartContent); // Specify a key to read, without the "&" const chartKey = "inote_1"; // Get the corresponding value as a string const rawChart = simaiFile.getValue(chartKey); // Deserialize the chart const chart = SimaiConvert.deserialize(rawChart); console.log(chart);

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

simai.js v1.0.9

A serializer(wip)/deserializer for the rhythm game chart format simai.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free