| A lightweight, comprehensive, zero-dependency browser and hardware profiling library made in pure vanilla JavaScript |
|---|
Raw script link:
https://cdn.jsdelivr.net/gh/BlazeInferno64/platformify.js@main/platformify.js
Alternatively, you may also,
Load directly using the script tag of HTML:
<script src="https://cdn.jsdelivr.net/gh/BlazeInferno64/platformify.js@main/platformify.js"></script>Try the code in Jolt
Jolt natively supports platformify.js out of the box! So no need to import anything there just simply play with the code!
try {
const platformify = new Platformify();
const payload = await platformify.getSystemInfo();
console.log(payload); // Log the payload to the console for inspection
} catch (error) {
console.error(error); // Log any errors that occur during the process
}platformify.js is released under the MIT License.
View the full license terms here.
Found a bug or want a new feature?
Report issues and request features on the platformify.js issue tracker.
Thanks for reading!
Have a great day ahead :D