https://github.com/cryptoking-max/unusual

https://github.com/cryptoking-max/unusual

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cryptoking-max
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Size: 106 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

readme.md

cosha

version on npm weekly downloads on npm types minified size license

Colorful shadows for your images. 🎨

cosha lets you add colorful shadows to your images. Try it out and look for yourself—it really couldn't be easier to set up!

How

bash npm i cosha

```html <!-- on an img tag --> nice vibes

nice vibes ```

```js import cosha from "cosha";

cosha({ className: "colorful-shadow", blur: "10px", brightness: "125%", saturation: "110%", x: "2px", y: "6px" }); ```

Alternatively, if that module bundler stuff isn't for you, you can get it directly from https://unpkg.com/cosha.

```html ```

Config

Everything in the config is optional. You can also use it by just calling cosha().

js cosha(options);

options.className

Type: string
Default: "cosha"

The class the plugin looks for. This should be on the original img or picture node(s).

options.blur

Type: number | string
Default: "5px"

The amount of blur to apply to the image. See the CSS blur function docs on MDN for more details.

options.brightness

Type: number | string
Default: 1

The amount of brightness to apply to the image. See the CSS brightness function docs on MDN for more details.

options.saturation

Type: number | string
Default: 1

The amount of saturation to apply to the image. See the CSS saturation function docs on MDN for more details.

options.x

Type: number | string
Default: 0

The amount of horizontal translation to apply to the image. See the CSS translate function docs on MDN for more details.

options.y

Type: number | string
Default: 0

The amount of vertical translation to apply to the image. See the CSS translate function docs on MDN for more details.

Gotcha

It runs in every browser except Internet Explorer. This is because of missing support for standard CSS filter functions.

License

MIT

Owner

  • Name: Solana sniper copy trading bot
  • Login: cryptoking-max
  • Kind: user
  • Location: solana trading bot
  • Company: solana trading bot

#Solana #sniper #copy #trading #bot

GitHub Events

Total
Last Year

Dependencies

package-lock.json npm
  • 499 dependencies
package.json npm
  • browser-sync ^2.29.3 development
  • concurrently ^8.2.2 development
  • eslint ^8.55.0 development
  • eslint-config-sweet ^18.0.0 development
  • gh-pages ^6.1.0 development
  • typescript ^5.3.3 development