npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@eepson123tw/canvas-meme

v0.0.25

Published

A Vue component for displaying canvas images.

Downloads

62

Readme

Canvas Meme Image

Canvas Meme Image is an npm package based on TypeScript and Vue that allows you to upload an image and convert it to text. This tool is particularly useful for generating image text, creating MEME images, or performing image processing.

Features

  • Upload images
  • Convert images to text
  • Easy-to-use interface
  • Developed with TypeScript and Vue

Installation

Install using npm or yarn:

npm install @eepson123tw/canvas-meme
# or
yarn add @eepson123tw/canvas-meme

props

| Property | Type | Required | Default | Description | | -------------- | ------ | -------- | ----------- | ------------------------------------------------------------------ | | replaceContent | string | Yes | "啊" | The content that will replace certain pixels in the image. | | fontSize | number | No | 2 | The font size used for the replacement content on the canvas. | | font | string | No | "monospace" | The font style used for the replacement content on the canvas. | | color | string | No | N/A | The color of the replacement content on the canvas. | | radius | number | No | N/A | The radius of the area affected by the replacement content. | | source | string | No | N/A | The source URL of an image to be loaded into the canvas initially. | | canvasWidth | number | No | 600 | The width of the canvas. | | canvasHeight | number | No | 400 | The height of the canvas. |

Explanation of Props Interface

  • replaceContent: This is a string that will be used to replace certain pixels on the canvas. For example, it might replace pixels that meet a certain color threshold.
  • fontSize: An optional property specifying the size of the font used for the replacement content. If not provided, it defaults to 2.
  • font: An optional property specifying the font family to be used for the replacement content. The default value is "monospace".
  • color: An optional property that determines the color of the replacement content. If not specified, the default color will be used.
  • radius: An optional property that might be used to specify the radius of the area affected by the replacement content. This is not used in the current script but might be included for future enhancements.
  • source: An optional string that specifies the URL of an image to be initially loaded into the canvas. If provided, the image from this URL will be drawn on the canvas when the component mounts.
  • canvasWidth: An optional property that specifies the width of the canvas element. The default value is 600.
  • canvasHeight: An optional property that specifies the height of the canvas element. The default value is 400.

Usage

alt text

Contributing

We welcome contributions and issue reports. Please follow our contribution guidelines.

License

This project is licensed under the MIT License.