Try the Demo of Microsoft XP Paint
Note: This is a fan project based on my nostalgia for the amazing Windows XP OS, but is in no way affiliated with Microsoft
This is a web-based version of MS Paint for Windows XP. It is a fork of JS Paint, with the following differences:
- It is self contained in a single .html file (~1 MB in size).
- It is fully usable offline.
- It removes many excess features from JS Paint that are not in the actual Windows XP MS Paint (besides a few features, such as rendering GIFs and increased history).
- It is much lighter than JS Paint (since it only includes the essential features).
- It is Windows XP styled instead of Windows 95 styled.
Prerequisites:
- monolith to be installed and on the path.
- NodeJS v10+
npm install
node build.js
Credits to Isaiah Odhner and contributors for creating the origional JS Paint from which this is forked from.
This fork is for our personal experiment and fun. Please contribute to the original source at github.com/h53d/xp-paint.