Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mamba/sprite

Package Overview
Dependencies
Maintainers
5
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mamba/sprite - npm Package Compare versions

Comparing version 5.0.0 to 9.0.0

51

CHANGELOG.md

@@ -6,2 +6,53 @@ # Change Log

## [9.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/v8.0.0...v9.0.0) (2023-01-16)
**Note:** Version bump only for package @mamba/sprite
**Note:** Version bump only for package @mamba/sprite
**Note:** Version bump only for package @mamba/sprite
**Note:** Version bump only for package @mamba/sprite
## [8.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/v2.33.2...v8.0.0) (2023-01-13)
### Features
* 🎸 Update packages ([b8044fe](https://github.com/stone-payments/pos-mamba-sdk/commit/b8044fe52daa682e98b71c275f509acd60c77f40))
### Bug Fixes
* 🐛 missing imports ([b78a71f](https://github.com/stone-payments/pos-mamba-sdk/commit/b78a71fde15bf98e99c05e5c214819f98a128cc4))
* 🐛 normalize dev dependencies of others packages ([39456e8](https://github.com/stone-payments/pos-mamba-sdk/commit/39456e8e35877020ae0c95acb88dd8e988849d4e))
* 🐛 normalize the dependencies across packages ([43103d7](https://github.com/stone-payments/pos-mamba-sdk/commit/43103d718ba93909cb34ca459f674ceea9354a06))
* 🐛 remove global body from examples ([0f64e61](https://github.com/stone-payments/pos-mamba-sdk/commit/0f64e61f28eec0a18c3405dad78520a53e04335c))
* 🐛 sprint wrong position ([7915731](https://github.com/stone-payments/pos-mamba-sdk/commit/79157315849e21f394bd0b8777ab56d6af0700f9))
* 🐛 sprite wrong import ([66de6bb](https://github.com/stone-payments/pos-mamba-sdk/commit/66de6bbfe0bb69783b20424d857ceaa0ce320f2e))
## [5.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/sprite@4.3.0...@mamba/sprite@5.0.0) (2022-12-19)

@@ -8,0 +59,0 @@

13

package.json
{
"name": "@mamba/sprite",
"version": "5.0.0",
"version": "9.0.0",
"svelte": "Sprite.html",

@@ -9,3 +9,3 @@ "author": "Stone Payments - Mamba Team",

"node": ">= 8 || <= 14",
"npm": ">6"
"npm": ">= 7"
},

@@ -15,3 +15,10 @@ "publishConfig": {

},
"gitHead": "4e2122a8ca425d2e7f8e8a11355274db95321beb"
"examples": [
{
"title": "",
"path": "example/Example.html",
"ih": 240
}
],
"gitHead": "e013b90c48de2c411fb5177bb032354af1a67ca0"
}
# Sprite
O componente `Sprite` ajuda na criação de animações utilizando uma *SpriteSheet*. É recomendado que se utilize este componente no lugar de arquivos `.gif` por ter um desempenho melhor.
O componente `Sprite` ajuda na criação de animações utilizando uma _SpriteSheet_. É recomendado que se utilize este componente no lugar de arquivos `.gif` por ter um desempenho melhor.
| Propriedades | Descrição | Tipo | Padrão |
| ------------ | -------------------------- | ---------- | ----------- |
| src | Caminho para a spritesheet | `string` | `undefined` |
| width | Largura da animação | `int` (px) | `undefined` |
| height | Altura da animação | `int` (px) | `width` |
| Parâmetross | Descrição | Tipo | Padrão |
|-------------|-----------------------------------|--------------------|---------------|
| src | Caminho para a spritesheet | `string` | `undefined` |
| width | Largura da animação | `int` (px) | `undefined` |
| height | Altura da animação | `int` (px) | `width` |
## Métodos

@@ -13,0 +12,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc