Skip to content

Commit

Permalink
Add Frame Crop - Discover Art for your TV (raycast#15572)
Browse files Browse the repository at this point in the history
* Nature Sounds initial commit.

* Compressed audio a bit.

* Corrected so it's not possible to play "Stop All Sounds"

* Initial commit

* Update readme.

* Removed old extension.

* Delete original image, after resize.

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>
  • Loading branch information
3 people authored and GeniusNirmit committed Dec 18, 2024
1 parent 239cb1c commit 06d7502
Show file tree
Hide file tree
Showing 23 changed files with 3,599 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/frame-crop/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/frame-crop/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/frame-crop/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/frame-crop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Frame Crop Changelog

## [Initial Version] - 2024-12-09
3 changes: 3 additions & 0 deletions extensions/frame-crop/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Frame Crop - Discover Art for your TV

Discover & download amazing artwork curated by the Frame Crop team.
Binary file added extensions/frame-crop/assets/frame-crop-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions extensions/frame-crop/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"FRAME_CROP_API_URL": "https://api.framecrop.app"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 06d7502

Please sign in to comment.