Skip to content

B1oko/PaperGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PaperGrid

This project is a web-based application that allows users to generate customizable grids in various sizes, types, and orientations. The generated grids can be exported as PNG images or PDF files, making it a useful tool anyone.

Features

  • Choose from different page sizes (A1, A2, A3, A4, A5)
  • Switch between Portrait and Landscape orientations
  • Select grid type: Squares, Dots, or Lines
  • Adjust grid size, margin, and line thickness
  • Set custom background and line colors
  • Export the grid as PNG or PDF

Access

You can access the tool here.

Usage

  • Select the desired page size and orientation.
  • Choose the grid type (Squares, Dots, or Lines) and configure its size, margin, and line thickness using the sliders.
  • Customize the background and line colors using the color pickers.
  • The grid will automatically update based on your selections.
  • Once the grid is ready, you can download it as a PNG image or PDF by clicking the corresponding buttons.

Technologies Used

  • HTML5 Canvas for rendering the grid
  • JavaScript for dynamic grid generation
  • jsPDF for PDF export functionality

File Structure

  • index.html: The main HTML file containing the user interface.
  • script.js: The JavaScript file that handles the grid generation, customization, and export logic.
  • styles.css: The CSS file that styles the layout (optional if included).

License

This project is open-source and available under the MIT License.

Contributing

Contributions are welcome! Feel free to open a pull request or report an issue.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published