In this project, we will share an online tool for viewing mobile schematics for free. also you can contribute to that.
Upload schematics file to the /pdf file. and make changes what schematics you add in ./js
example you upload apple schematics. you can edit apple.js
// apple.js
export const applePDFs = [
{ name: "File name", file: "./pdf/apple/document1.pdf" },
];